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

Public Member Functions

 init ()

Static Public Member Functions

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

Public Attributes

 $cacheTime = 60
 $defaultOverviewPage = ''
 $overviewPages = array()
 $tagsSeparator = ', '
 $tagstyles = array()

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 tagcloudModule.php.

Member Function Documentation

TagcloudModule::init ( )

Import dependent classes

Returns
void

Definition at line 44 of file tagcloudModule.php.

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

Translates a message to the specified language.

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

Definition at line 63 of file tagcloudModule.php.

Referenced by PreviewController\actionIndex().

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

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