1 | <?php |
||
17 | class Call extends BaseExpressionFunction |
||
18 | { |
||
19 | |||
20 | /** |
||
21 | * @var Validator |
||
22 | */ |
||
23 | private $callbackValidator; |
||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | protected function init() |
||
32 | |||
33 | /** |
||
34 | * @inheritDoc |
||
35 | */ |
||
36 | protected function provideCompiler() : callable |
||
43 | |||
44 | /** |
||
45 | * @inheritDoc |
||
46 | */ |
||
47 | protected function provideEvaluator() : callable |
||
64 | |||
65 | } |
||
66 |