Public Member Functions | |
init () | |
getUserCollectionId () | |
sign ($string) |
Static Public Member Functions | |
static | t ($str= '', $params=array(), $dic= 'core') |
Public Attributes | |
$signSalt = 'sign-salt' | |
$shareByMailEmail = 'remember@example.com' | |
$shareByMailSubject = 'Remember subject' | |
$facebookApplicationId | |
$allowedURL = "" | |
$pdfname = "" | |
$tmpFolder |
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.
RememberModule This module allows user to remember pages he was visited and then share them using Facebook, mail or printing
Interaction with module performs with two widgets and one link creation function Widgets:
RememberModule::createLink() function creates special link for page. When user clicks on it then page with parametrs remembered in database.
Definition at line 22 of file RememberModule.php.
RememberModule::getUserCollectionId | ( | ) |
Get current user collection id
Definition at line 87 of file RememberModule.php.
RememberModule::sign | ( | $string | ) |
Make digital signature for string using md5
Definition at line 111 of file RememberModule.php.
|
static |
Translates a message to the specified language.
string | $str | message |
array | $params | params |
string | $dic | dictionary |
Definition at line 101 of file RememberModule.php.
Referenced by SavePageLink\run().