| 1 | <?php |
||
| 7 | final class PhpRenderTemplate implements Plates\RenderTemplate |
||
| 8 | { |
||
| 9 | private $bind; |
||
| 10 | |||
| 11 | public function __construct(callable $bind = null) { |
||
| 14 | |||
| 15 | public function renderTemplate(Plates\Template $template, Plates\RenderTemplate $render = null) { |
||
| 23 | |||
| 24 | private static function createInclude() { |
||
| 30 | } |
||
| 31 |