Blame view

readme 658 Bytes
226062a5   Yarik   CommentBehavior
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
  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 **