1 | <?php namespace Arcanedev\LaravelMetrics\Helpers; |
||
13 | class TrendDatePeriod |
||
14 | { |
||
15 | /* ----------------------------------------------------------------- |
||
16 | | Main Methods |
||
17 | | ----------------------------------------------------------------- |
||
18 | */ |
||
19 | |||
20 | /** |
||
21 | * @param \Cake\Chronos\Chronos $start |
||
22 | * @param \Cake\Chronos\Chronos $end |
||
23 | * @param string $unit |
||
24 | * @param mixed $timezone |
||
25 | * |
||
26 | * @return \Illuminate\Support\Collection |
||
27 | */ |
||
28 | 12 | public static function make(Chronos $start, Chronos $end, string $unit, $timezone) |
|
58 | } |
||
59 |