| 1 | <?php |
||
| 7 | final class MapContentRenderTemplate extends RenderTemplateDecorator |
||
| 8 | { |
||
| 9 | private $map_content; |
||
| 10 | |||
| 11 | 24 | public function __construct(Plates\RenderTemplate $render, callable $map_content) { |
|
| 15 | |||
| 16 | public function renderTemplate(Plates\Template $template, Plates\RenderTemplate $rt = null) { |
||
| 19 | |||
| 20 | 24 | public static function base64Encode(Plates\RenderTemplate $render) { |
|
| 23 | } |
||
| 24 |