PHP Класс Piwik\Plugins\CustomVariables\CustomVariables

Наследование: extends Piwik\Plugin
Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
extendVisitorDetails ( &$visitor, $details )
getClientSideTranslationKeys ( &$translationKeys )
getJsFiles ( &$jsFiles )
getMaxLengthCustomVariables ( ) : integer There are also some hardcoded places in JavaScript
getNumUsableCustomVariables ( ) : integer Returns the number of available custom variables that can be used.
getStylesheetFiles ( &$stylesheets )
install ( )
registerEvents ( )
uninstall ( )

Описание методов

extendVisitorDetails() публичный Метод

public extendVisitorDetails ( &$visitor, $details )

getClientSideTranslationKeys() публичный Метод

public getClientSideTranslationKeys ( &$translationKeys )

getJsFiles() публичный Метод

public getJsFiles ( &$jsFiles )

getMaxLengthCustomVariables() публичный статический Метод

There are also some hardcoded places in JavaScript
public static getMaxLengthCustomVariables ( ) : integer
Результат integer

getNumUsableCustomVariables() публичный статический Метод

"Can be used" is identifed by the minimum number of available custom variables across all relevant tables. Eg if there are 6 custom variables installed in log_visit but only 5 in log_conversion, we consider only 5 custom variables as usable.
public static getNumUsableCustomVariables ( ) : integer
Результат integer

getStylesheetFiles() публичный Метод

public getStylesheetFiles ( &$stylesheets )

install() публичный Метод

public install ( )

registerEvents() публичный Метод

См. также: Piwik\Plugin::registerEvents
public registerEvents ( )

uninstall() публичный Метод

public uninstall ( )