PHP 클래스 Piwik\Plugins\Provider\Provider

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

공개 메소드들

메소드 설명
extendVisitorDetails ( &$visitor, $details )
footerUserCountry ( &$out )
getCleanHostname ( string $hostname ) : string Returns the hostname extension (site.co.jp in fvae.VARG.ceaga.site.co.jp) given the full hostname looked up from the IP
install ( )
postLoad ( )
registerEvents ( )
uninstall ( )

메소드 상세

extendVisitorDetails() 공개 메소드

public extendVisitorDetails ( &$visitor, $details )

footerUserCountry() 공개 정적인 메소드

public static footerUserCountry ( &$out )

getCleanHostname() 공개 정적인 메소드

Returns the hostname extension (site.co.jp in fvae.VARG.ceaga.site.co.jp) given the full hostname looked up from the IP
public static getCleanHostname ( string $hostname ) : string
$hostname string
리턴 string

install() 공개 메소드

public install ( )

postLoad() 공개 메소드

public postLoad ( )

registerEvents() 공개 메소드

또한 보기: Piwik\Plugin::registerEvents
public registerEvents ( )

uninstall() 공개 메소드

public uninstall ( )