Method |
Description |
|
getDoneFlagArchiveContainsAllPlugins ( Segment $segment ) |
|
|
getDoneFlagArchiveContainsOnePlugin ( Segment $segment, $plugin ) |
|
|
getDoneFlags ( array $plugins, Segment $segment ) : array |
Return done flags used to tell how the archiving process for a specific archive was completed, |
|
getDoneStringFlagFor ( array $idSites, Segment $segment, string $periodLabel, string $plugin ) : string |
Returns the name of the archive field used to tell the status of an archive, (ie,
whether the archive was created successfully or not). |
|
getMinTimeProcessedForTemporaryArchive ( Date $dateStart, Piwik\Period $period, Segment $segment, Site $site ) |
|
|
getSelectableDoneFlagValues ( ) : string |
Returns done flag values allowed to be selected |
|
getTodayArchiveTimeToLive ( ) |
|
|
getTodayArchiveTimeToLiveDefault ( ) |
|
|
isArchivingDisabledFor ( array $idSites, Segment $segment, $periodLabel ) |
|
|
isBrowserArchivingAvailableForSegments ( ) |
|
|
isBrowserTriggerEnabled ( ) |
|
|
isRequestAuthorizedToArchive ( ) |
|
|
isSegmentPreProcessed ( array $idSites, Segment $segment ) : boolean |
|
|
setBrowserTriggerArchiving ( $enabled ) |
|
|
setTodayArchiveTimeToLive ( $timeToLiveSeconds ) |
|
|
shouldProcessReportsAllPlugins ( array $idSites, Segment $segment, $periodLabel ) |
|
|
shouldSkipUniqueVisitorsCalculationForMultipleSites ( ) : boolean |
Returns true if the archiving process should skip the calculation of unique visitors
across several sites. The [General] enable_processing_unique_visitors_multiple_sites
INI config option controls the value of this variable. |
|