1 | <?php |
||
7 | final class FuncArgs |
||
8 | { |
||
9 | public $render; |
||
10 | public $ref; |
||
11 | public $func_name; |
||
12 | public $args; |
||
13 | |||
14 | 76 | public function __construct(Plates\RenderTemplate $render, Plates\TemplateReference $ref, $func_name, $args = []) { |
|
20 | |||
21 | 76 | public function template() { |
|
24 | |||
25 | 4 | public function withName($func_name) { |
|
31 | } |
||
32 |