PHP Class Piwik\Plugins\Events\Archiver

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

Protected Properties

Property Type Description
$arrays Piwik\DataArray[]

Public Methods

Method Description
__construct ( $processor )
aggregateDayReport ( )
aggregateMultipleReports ( )

Protected Methods

Method Description
aggregateDayEvents ( )
aggregateEventRow ( $row )
archiveDayQueryProcess ( $select, $from, $where, $groupBy, $orderBy, Piwik\RankingQuery $rankingQuery )
getDataArray ( string $name ) : Piwik\DataArray
getRecordNames ( )
getRecordToDimensions ( )
insertDayReports ( ) Records the daily datatables

Method Details

__construct() public method

public __construct ( $processor )

aggregateDayEvents() protected method

protected aggregateDayEvents ( )

aggregateDayReport() public method

public aggregateDayReport ( )

aggregateEventRow() protected method

protected aggregateEventRow ( $row )

aggregateMultipleReports() public method

archiveDayQueryProcess() protected method

protected archiveDayQueryProcess ( $select, $from, $where, $groupBy, $orderBy, Piwik\RankingQuery $rankingQuery )
$rankingQuery Piwik\RankingQuery

getDataArray() protected method

protected getDataArray ( string $name ) : Piwik\DataArray
$name string
return Piwik\DataArray

getRecordNames() protected method

protected getRecordNames ( )

getRecordToDimensions() protected method

protected getRecordToDimensions ( )

insertDayReports() protected method

Records the daily datatables
protected insertDayReports ( )

Property Details

$arrays protected property

protected DataArray[],Piwik $arrays
return Piwik\DataArray[]