Name Last Update
assets Loading commit data...
behaviors Loading commit data...
controllers Loading commit data...
messages Loading commit data...
migrations Loading commit data...
models Loading commit data...
resources Loading commit data...
views Loading commit data...
widgets Loading commit data...
Module.php Loading commit data...
composer.json Loading commit data...
readme Loading commit data...
todo Loading commit data...

readme

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 **