PHPDoc FOR CommentBehavior ** From CommentBehavior ** * @property string $cacheModelName * @property RatingCacheInterface $cacheModel * @property boolean $cacheRating * @property CommentModel[] $comments * @property RatingCacheInterface $averageRating * @method string getCacheModelName() * @method void setCacheModelName(string $value) * @method RatingCacheInterface getCacheModel() * @method void setCacheModel(RatingCacheInterface $value) * @method boolean getCacheRating() * @method void setCacheRating(bool $value) * @method ActiveQuery getComments() * @method ActiveQuery getAverageRating() * @method bool recalculateRating() ** End CommentBehavior **