Home
last modified time | relevance | path

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

/dports/www/matomo/piwik/core/
H A DPiwik.php35 'day' => Day::PERIOD_ID,
36 'week' => Week::PERIOD_ID,
37 'month' => Month::PERIOD_ID,
38 'year' => Year::PERIOD_ID,
39 'range' => Range::PERIOD_ID,
H A DCronArchive.php432 …$dateStr = $archive['period'] == Range::PERIOD_ID ? ($archive['date1'] . ',' . $archive['date2']) …
/dports/www/matomo/piwik/core/Period/
H A DDay.php19 const PERIOD_ID = 1; define in Piwik\\Period\\Day
H A DYear.php18 const PERIOD_ID = 4; define in Piwik\\Period\\Year
H A DWeek.php17 const PERIOD_ID = 2; define in Piwik\\Period\\Week
H A DMonth.php18 const PERIOD_ID = 3; define in Piwik\\Period\\Month
H A DRange.php33 const PERIOD_ID = 5; define in Piwik\\Period\\Range