PHP 클래스 Piwik\Plugins\CustomVariables\CustomVariables

상속: extends Piwik\Plugin
파일 보기 프로젝트 열기: piwik/piwik 1 사용 예제들

공개 메소드들

메소드 설명
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 ( )