1 | <?php |
||
10 | class ComplexFileBasedTemplate extends AbstractFileBasedTemplate |
||
11 | { |
||
12 | /** |
||
13 | * enables support for $this->foo |
||
14 | * @param string $name |
||
15 | * @return null|mixed |
||
16 | */ |
||
17 | public function __get($name) |
||
21 | |||
22 | /** |
||
23 | * @return string |
||
24 | * @throws RuntimeException |
||
25 | */ |
||
26 | public function render() |
||
42 | } |
||
43 |