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

Public Member Functions

 init ()

Static Public Member Functions

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

Public Attributes

 $token
 $piwikServerURL
 $sites = "all"
 $count = 10
 $cacheTime = 3600

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.

HistoryModule This module allows user to remember pages he was visited

Interaction with module performs with one widget and one function Widget:

HistoryModule::save() function save specified page to user history HistoryModule::flushHistory() flush current user history

Definition at line 22 of file PiwikModule.php.

Member Function Documentation

static PiwikModule::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 74 of file PiwikModule.php.

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

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