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