1 | <?php |
||
18 | class Caller implements FunctionProviderInterface |
||
19 | { |
||
20 | /** |
||
21 | * @param TransientVarsInterface $transientVars |
||
22 | * @param array $args |
||
23 | * @param PropertySetInterface $ps |
||
24 | */ |
||
25 | public function execute(TransientVarsInterface $transientVars, array $args = [], PropertySetInterface $ps) |
||
31 | } |
||
32 |