| 1 | <?php |
||
| 7 | final class ValidatePathRenderTemplate extends RenderTemplateDecorator |
||
| 8 | { |
||
| 9 | private $file_exists; |
||
| 10 | |||
| 11 | public function __construct(Plates\RenderTemplate $render, $file_exists = 'file_exists') { |
||
| 15 | |||
| 16 | public function renderTemplate(Plates\Template $template, Plates\RenderTemplate $rt = null) { |
||
| 24 | } |
||
| 25 |