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>2013-10-22 09:57:33 +0400
committerdiosmosis <benakamoorthi@fastmail.fm>2013-10-22 09:57:54 +0400
commit777fa7f0b8963dc3ea5e0d47b1da3ec85cf93eb7 (patch)
treec4ce14f444222c26d0f2998f96ff0e6a66a6e102 /core/Archive.php
parent66add89b764c709869c1b4976a4a447a4e61be4c (diff)
Refs #4200, move AddSummaryRow logic to Truncate, change AddSummaryRow logic to just add a summary row and fix bug in FrontController.
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php5
1 files changed, 4 insertions, 1 deletions
diff --git a/core/Archive.php b/core/Archive.php
index f55fc25b98..33e05b5d27 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -17,7 +17,8 @@ use Piwik\DataAccess\ArchiveSelector;
use Piwik\Period\Range;
/**
- * The **Archive** class is used to query archive data.
+ * The **Archive** class is used to query cached analytics statistics
+ * (termed "archive data").
*
* You can use **Archive** instances to get archive data for one or more sites,
* for one or more periods and one optional segment.
@@ -35,6 +36,8 @@ use Piwik\Period\Range;
* If you're creating an API that returns report data, you may want to use the
* [getDataTableFromArchive](#getDataTableFromArchive) helper function.
*
+ * Learn more about _archiving_ [here](#).
+ *
* ### Limitations
*
* - You cannot get data for multiple range periods in a single query.