1 | <?php namespace Arcanedev\LaravelMetrics\Expressions\TrendDateFormat; |
||
12 | class MySqlExpression extends Expression |
||
13 | { |
||
14 | /* ----------------------------------------------------------------- |
||
15 | | Main Methods |
||
16 | | ----------------------------------------------------------------- |
||
17 | */ |
||
18 | |||
19 | /** |
||
20 | * Get the value of the expression. |
||
21 | * |
||
22 | * @return mixed |
||
23 | */ |
||
24 | 88 | public function getValue() |
|
48 | |||
49 | /* ----------------------------------------------------------------- |
||
50 | | Other Methods |
||
51 | | ----------------------------------------------------------------- |
||
52 | */ |
||
53 | |||
54 | /** |
||
55 | * Get the interval. |
||
56 | * |
||
57 | * @return string |
||
58 | */ |
||
59 | 88 | private function interval(): string |
|
70 | } |
||
71 |