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:
authorsgiehl <stefan@piwik.org>2013-08-13 19:24:13 +0400
committersgiehl <stefan@piwik.org>2013-08-14 15:02:40 +0400
commita8787a42ecedeee5b28fdb79fce9338541223353 (patch)
treed37be656f1b32e2a42f69059d8267aa1135fc573 /core/Archive.php
parent6a49b6055b330583a9282e92612e361d183043e4 (diff)
fixed some doc blocks
Diffstat (limited to 'core/Archive.php')
-rw-r--r--core/Archive.php14
1 files changed, 8 insertions, 6 deletions
diff --git a/core/Archive.php b/core/Archive.php
index 2c53a8e665..765d1cc539 100644
--- a/core/Archive.php
+++ b/core/Archive.php
@@ -284,13 +284,15 @@ class Archive
* Optionally loads the table recursively,
* or optionally fetches a given subtable with $idSubtable
*
- * @param string $name
- * @param int $idSite
- * @param string $period
- * @param Date $date
- * @param string $segment
- * @param bool $expanded
+ * @param string $name
+ * @param int $idSite
+ * @param string $period
+ * @param Date $date
+ * @param string $segment
+ * @param bool $expanded
* @param int|null $idSubtable
+ * @param int|null $depth
+ *
* @return DataTable|DataTable\Map
*/
public static function getDataTableFromArchive($name, $idSite, $period, $date, $segment, $expanded,