| 1 | <?php |
||
| 7 | final class DefaultLayoutRenderTemplate extends Plates\RenderTemplate\RenderTemplateDecorator |
||
| 8 | { |
||
| 9 | private $layout_path; |
||
| 10 | |||
| 11 | 12 | public function __construct(Plates\RenderTemplate $render, $layout_path) { |
|
| 15 | |||
| 16 | 12 | public function renderTemplate(Plates\Template $template, Plates\RenderTemplate $rt = null) { |
|
| 33 | |||
| 34 | public static function factory($layout_path) { |
||
| 39 | } |
||
| 40 | |||
| 42 |