| 1 | <?php |
||
| 7 | final class DefaultLayoutRenderTemplate extends Plates\RenderTemplate\RenderTemplateDecorator |
||
| 8 | { |
||
| 9 | private $layout_path; |
||
| 10 | |||
| 11 | public function __construct(Plates\RenderTemplate $render, $layout_path) { |
||
| 15 | |||
| 16 | public function renderTemplate(Plates\Template $template, Plates\RenderTemplate $rt = null) { |
||
| 29 | |||
| 30 | public static function factory($layout_path) { |
||
| 35 | } |
||
| 36 | |||
| 38 |