Total Complexity | 12 |
Total Lines | 46 |
Duplicated Lines | 0 % |
Changes | 0 |
1 | <?php |
||
9 | trait Periods |
||
10 | { |
||
11 | /** |
||
12 | * Sync periods times |
||
13 | */ |
||
14 | protected function periodsSync() |
||
25 | } |
||
26 | } |
||
27 | } |
||
28 | |||
29 | protected function noExpiration($periodKey) |
||
32 | } |
||
33 | |||
34 | protected function newExpiration($period) |
||
43 | } |
||
44 | |||
45 | /** |
||
46 | * @param $period |
||
47 | * @return mixed |
||
48 | */ |
||
49 | protected function xHoursPeriod($period) |
||
57 |