PHP Class Piwik\Tracker\ActionPageview

Inheritance: extends Action
Show file Open project: piwik/piwik

Protected Properties

Property Type Description
$timeGeneration

Public Methods

Method Description
__construct ( Request $request )
getCustomFloatValue ( )
getIdActionNameForEntryAndExitIds ( )
getIdActionUrlForEntryAndExitIds ( )
shouldHandle ( Request $request )

Protected Methods

Method Description
getActionsToLookup ( )

Private Methods

Method Description
cleanupActionName ( $actionName )
getActionCategoryDelimiter ( )
rebuildNameOfCleanedCategories ( $actionCategoryDelimiter, $split )
removeEmptyCategories ( $split )
trimEveryCategory ( $split )

Method Details

__construct() public method

public __construct ( Request $request )
$request Request

getActionsToLookup() protected method

protected getActionsToLookup ( )

getCustomFloatValue() public method

public getCustomFloatValue ( )

getIdActionNameForEntryAndExitIds() public method

getIdActionUrlForEntryAndExitIds() public method

shouldHandle() public static method

public static shouldHandle ( Request $request )
$request Request

Property Details

$timeGeneration protected property

protected $timeGeneration