Home
last modified time | relevance | path

Searched refs:getImmediateChildPeriodLabel (Results 1 – 6 of 6) sorted by relevance

/dports/www/matomo/piwik/core/
H A DPeriod.php370 abstract public function getImmediateChildPeriodLabel(); function in Piwik\\Period
483 $childPeriodType = $this->getImmediateChildPeriodLabel();
/dports/www/matomo/piwik/core/Period/
H A DDay.php99 public function getImmediateChildPeriodLabel() function in Piwik\\Period\\Day
H A DYear.php93 public function getImmediateChildPeriodLabel() function in Piwik\\Period\\Year
H A DWeek.php82 public function getImmediateChildPeriodLabel() function in Piwik\\Period\\Week
H A DMonth.php118 public function getImmediateChildPeriodLabel() function in Piwik\\Period\\Month
H A DRange.php562 public function getImmediateChildPeriodLabel() function in Piwik\\Period\\Range
565 return reset($subperiods)->getImmediateChildPeriodLabel();