1 | <?php |
||
8 | class TemplateDumper |
||
9 | { |
||
10 | /** |
||
11 | * @param TemplateInterface $template |
||
12 | * @param string $filePath |
||
13 | * @return bool |
||
14 | */ |
||
15 | public function __invoke(TemplateInterface $template, $filePath) |
||
19 | |||
20 | /** |
||
21 | * @param TemplateInterface $template |
||
22 | * @param string $filePath |
||
23 | * @return bool |
||
24 | */ |
||
25 | public function dump(TemplateInterface $template, $filePath) |
||
31 | } |