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 <stefangiehl@gmail.com>2012-05-30 01:36:24 +0400
committersgiehl <stefangiehl@gmail.com>2012-05-30 01:36:24 +0400
commit865f0577269f1d88f064717bc72dab498e683ee4 (patch)
tree3de7fccb78e67a07aed0047c5e39ecb34e7e22dd /core/Period.php
parent6f3eba35b4adc3a3b0f1dbe9bba9e17127381793 (diff)
added/fixed doc blocks
git-svn-id: http://dev.piwik.org/svn/trunk@6385 59fd770c-687e-43c8-a1e3-f5a4ff64c105
Diffstat (limited to 'core/Period.php')
-rw-r--r--core/Period.php4
1 files changed, 4 insertions, 0 deletions
diff --git a/core/Period.php b/core/Period.php
index 9522d2f640..dd91877d44 100644
--- a/core/Period.php
+++ b/core/Period.php
@@ -29,6 +29,10 @@ abstract class Piwik_Period
protected $subperiods = array();
protected $subperiodsProcessed = false;
protected $label = null;
+
+ /**
+ * @var Piwik_Date
+ */
protected $date = null;
static protected $errorAvailablePeriods = 'day, week, month, year, range';