PHP Class Piwik\Plugins\Referrers\Referrers

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

Public Methods

Method Description
addReportToInsightsOverview ( &$reports )
extendVisitorDetails ( &$visitor, $details )
registerEvents ( )
renameDeprecatedModuleAndAction ( &$module, &$action )
setGetAllHtmlPrefix ( integer $referrerType ) : string DataTable filter callback that returns the HTML prefix for a label in the 'getAll' report based on the row's referrer type.
setTrackerCacheGeneral ( &$cacheContent )

Method Details

addReportToInsightsOverview() public method

public addReportToInsightsOverview ( &$reports )

extendVisitorDetails() public method

public extendVisitorDetails ( &$visitor, $details )

registerEvents() public method

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

renameDeprecatedModuleAndAction() public method

public renameDeprecatedModuleAndAction ( &$module, &$action )

setGetAllHtmlPrefix() public method

DataTable filter callback that returns the HTML prefix for a label in the 'getAll' report based on the row's referrer type.
public setGetAllHtmlPrefix ( integer $referrerType ) : string
$referrerType integer The referrer type.
return string

setTrackerCacheGeneral() public method

public setTrackerCacheGeneral ( &$cacheContent )