Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordiosmosis <benakamoorthi@fastmail.fm>2014-04-04 06:20:32 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2014-04-04 06:20:50 +0400
commit4075c3ea0d7d756ab0cc5b48774479329edcb3bd (patch)
treef02b4aa5ea68c4b33add1d97a10dab7b0d615d90 /core/CronArchive/FixedSiteIds.php
parent0eb7d58690a3a5a522106252f534f99075ca37da (diff)
Adding events to CronArchive for archiving process statistics.
Diffstat (limited to 'core/CronArchive/FixedSiteIds.php')
-rw-r--r--core/CronArchive/FixedSiteIds.php5
1 files changed, 5 insertions, 0 deletions
diff --git a/core/CronArchive/FixedSiteIds.php b/core/CronArchive/FixedSiteIds.php
index d79ce59461..73db0b9d6c 100644
--- a/core/CronArchive/FixedSiteIds.php
+++ b/core/CronArchive/FixedSiteIds.php
@@ -22,6 +22,11 @@ class FixedSiteIds
}
}
+ public function getInitialSiteIds()
+ {
+ return $this->siteIds;
+ }
+
/**
* Get the number of total websites that needs to be processed.
*