Home
last modified time | relevance | path

Searched refs:getParentPeriodLabel (Results 1 – 7 of 7) sorted by relevance

/dports/www/matomo/piwik/core/Period/
H A DDay.php104 public function getParentPeriodLabel() function in Piwik\\Period\\Day
H A DYear.php98 public function getParentPeriodLabel() function in Piwik\\Period\\Year
H A DWeek.php87 public function getParentPeriodLabel() function in Piwik\\Period\\Week
H A DMonth.php123 public function getParentPeriodLabel() function in Piwik\\Period\\Month
H A DRange.php568 public function getParentPeriodLabel() function in Piwik\\Period\\Range
/dports/www/matomo/piwik/core/
H A DPeriod.php382 abstract public function getParentPeriodLabel(); function in Piwik\\Period
/dports/www/matomo/piwik/core/Archive/
H A DArchiveInvalidator.php394 || !Period\Factory::isPeriodEnabledForAPI($period->getParentPeriodLabel())
401 $parentPeriod = Period\Factory::build($period->getParentPeriodLabel(), $originalDate);