| 1 | <?php  | 
            ||
| 7 | class ResolvePathArgs  | 
            ||
| 8 | { | 
            ||
| 9 | public $path;  | 
            ||
| 10 | public $context;  | 
            ||
| 11 | public $template;  | 
            ||
| 12 | |||
| 13 |     public function __construct($path, array $context, Template $template) { | 
            ||
| 18 | |||
| 19 |     public function withPath($path) { | 
            ||
| 22 | |||
| 23 |     public function withContext(array $context) { | 
            ||
| 26 | |||
| 27 |     public static function fromTemplate(Template $template) { | 
            ||
| 30 | }  | 
            ||
| 31 |