PHP 클래스 Piwik\Plugins\Events\Archiver

상속: extends Piwik\Plugin\Archiver
파일 보기 프로젝트 열기: piwik/piwik

보호된 프로퍼티들

프로퍼티 타입 설명
$arrays Piwik\DataArray[]

공개 메소드들

메소드 설명
__construct ( $processor )
aggregateDayReport ( )
aggregateMultipleReports ( )

보호된 메소드들

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

메소드 상세

__construct() 공개 메소드

public __construct ( $processor )

aggregateDayEvents() 보호된 메소드

protected aggregateDayEvents ( )

aggregateDayReport() 공개 메소드

public aggregateDayReport ( )

aggregateEventRow() 보호된 메소드

protected aggregateEventRow ( $row )

aggregateMultipleReports() 공개 메소드

archiveDayQueryProcess() 보호된 메소드

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

getDataArray() 보호된 메소드

protected getDataArray ( string $name ) : Piwik\DataArray
$name string
리턴 Piwik\DataArray

getRecordNames() 보호된 메소드

protected getRecordNames ( )

getRecordToDimensions() 보호된 메소드

protected getRecordToDimensions ( )

insertDayReports() 보호된 메소드

Records the daily datatables
protected insertDayReports ( )

프로퍼티 상세

$arrays 보호되어 있는 프로퍼티

protected DataArray[],Piwik $arrays
리턴 Piwik\DataArray[]