Public Member Functions | |
tableName () | |
rules () | |
relations () | |
getLikes () | |
setLikes ($value) | |
getLikesQty () | |
setLikesQty ($value) |
Static Public Member Functions | |
static | model ($className=__CLASS__) |
Public Attributes | |
$userId | |
$lastLikesQty | |
$topLikesQty |
Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales @gen tics. comhttp://www.gentics.com Licenses can be found in the LICENSE.txt file in the root-folder of this installation You must not use this software without a valid license agreement.
Like class
Like::getLikes | ( | ) |
Returns quantity of likes fot current content
Definition at line 94 of file Like.php.
References $topLikesQty, and model().
Like::getLikesQty | ( | ) |
Calculates and returns quantity of likes fot current content
Definition at line 128 of file Like.php.
References model().
|
static |
Returns a model
string | $className | - Class name |
Definition at line 45 of file Like.php.
Referenced by BulkController\actionClear(), LikeController\actionIndex(), BulkController\actionIndex(), getLikes(), and getLikesQty().
Like::relations | ( | ) |
Like::rules | ( | ) |
Like::setLikes | ( | $value | ) |
Like::setLikesQty | ( | $value | ) |
Like::tableName | ( | ) |
Like::$topLikesQty |
Quantity of users to be shown at the front
Definition at line 31 of file Like.php.
Referenced by getLikes().