From 777fa7f0b8963dc3ea5e0d47b1da3ec85cf93eb7 Mon Sep 17 00:00:00 2001 From: diosmosis Date: Tue, 22 Oct 2013 01:57:33 -0400 Subject: Refs #4200, move AddSummaryRow logic to Truncate, change AddSummaryRow logic to just add a summary row and fix bug in FrontController. --- core/Archive.php | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'core/Archive.php') 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. -- cgit v1.2.3