Public Member Functions | |
getLoginUrl () | |
init () | |
getAssetsUrl () |
Static Public Member Functions | |
static | t ($str= '', $params=array(), $dic= 'like') |
Public Attributes | |
$defaultController = 'like' | |
$likeAction | |
$contentId | |
$lastLikesQty = 10 | |
$topLikesQty = 3 | |
$cacheTime = 60 |
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 module class file.
Definition at line 12 of file LikeModule.php.
LikeModule::getAssetsUrl | ( | ) |
Returns path to assets for current module
Definition at line 95 of file LikeModule.php.
LikeModule::getLoginUrl | ( | ) |
page contained UserLoginWidget
Definition at line 55 of file LikeModule.php.
LikeModule::init | ( | ) |
Initialize widget. Import like models.
Definition at line 65 of file LikeModule.php.
|
static |
Translates a message to the specified language.
string | $str | message |
array | $params | params |
string | $dic | dictionary |
Definition at line 84 of file LikeModule.php.
Referenced by LikeController\actionIndex().