PHP Class Piwik\Plugins\Provider\Provider

Inheritance: extends Piwik\Plugin
Show file Open project: piwik/piwik Class Usage Examples

Public Methods

Method 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 method

public extendVisitorDetails ( &$visitor, $details )

footerUserCountry() public static method

public static footerUserCountry ( &$out )

getCleanHostname() public static method

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
return string

install() public method

public install ( )

postLoad() public method

public postLoad ( )

registerEvents() public method

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

uninstall() public method

public uninstall ( )