PHP Class Piwik\Plugins\Provider\Provider

Inheritance: extends Piwik\Plugin
Afficher le fichier Open project: piwik/piwik Class Usage Examples

Méthodes publiques

Méthode Description
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 ( )

Method Details

extendVisitorDetails() public méthode

public extendVisitorDetails ( &$visitor, $details )

footerUserCountry() public static méthode

public static footerUserCountry ( &$out )

getCleanHostname() public static méthode

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
Résultat string

install() public méthode

public install ( )

postLoad() public méthode

public postLoad ( )

registerEvents() public méthode

See also: Piwik\Plugin::registerEvents
public registerEvents ( )

uninstall() public méthode

public uninstall ( )