1 | <?php |
||
14 | class Lowercase extends BaseExpressionFunction |
||
15 | { |
||
16 | |||
17 | /** |
||
18 | * @inheritDoc |
||
19 | */ |
||
20 | protected function init() |
||
23 | |||
24 | /** |
||
25 | * @inheritDoc |
||
26 | */ |
||
27 | protected function provideCompiler() : callable |
||
34 | |||
35 | /** |
||
36 | * @inheritDoc |
||
37 | */ |
||
38 | protected function provideEvaluator() : callable |
||
49 | |||
50 | } |
||
51 |