| 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) { | 
            ||
| 32 | |||
| 33 |     private static function createInclude() { | 
            ||
| 41 | }  | 
            ||
| 42 |