| 1 | <?php |
||
| 5 | class ResolveNameArgs |
||
| 6 | { |
||
| 7 | public $path; |
||
| 8 | public $context; |
||
| 9 | private $resolve_path; |
||
| 10 | |||
| 11 | public function __construct($path, array $context, callable $resolve_path) { |
||
| 16 | |||
| 17 | public function withPath($path) { |
||
| 20 | |||
| 21 | public function withContext(array $context) { |
||
| 24 | |||
| 25 | public function resolvePath($path = null, array $context = []) { |
||
| 28 | |||
| 29 | public static function fromTemplate(Template $template, callable $resolve_path) { |
||
| 32 | } |
||
| 33 |