Gentics Portal.Node PHP API
 All Classes Namespaces Functions Variables Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
PersonalizedContentModule Class Reference

Public Member Functions

 init ()

Static Public Member Functions

static t ($str= '', $params=array(), $dic= 'core')

Public Attributes

 $cacheTime = 60
 $excludeURLs = array()
 $gccRequestParams
 $perPage
 $sorting
 $enableArrowsInPaging = true

Detailed Description

Gentics Portal.Node PHP Author & Copyright (c) by Gentics Software GmbH sales.nosp@m.@gen.nosp@m.tics..nosp@m.com http://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.

Navigation module class file.

Definition at line 12 of file PersonalizedContentModule.php.

Member Function Documentation

PersonalizedContentModule::init ( )

Import dependent classes

Returns
void

Definition at line 47 of file PersonalizedContentModule.php.

{
// import the module-level components
$this->setImport(
array(
'personalizedContent.components.*',
)
);
}
static PersonalizedContentModule::t (   $str = '',
  $params = array(),
  $dic = 'core' 
)
static

Translates a message to the specified language.

Parameters
string$strmessage
array$paramsparams
string$dicdictionary
Returns
string

Definition at line 66 of file PersonalizedContentModule.php.

Referenced by PreviewController\actionIndex().

{
return Yii::t("personalizedContentModule." . $dic, $str, $params);
}

The documentation for this class was generated from the following file: