| 1 | <?php |
||
| 14 | class LocalViewFinder implements ViewFinder |
||
| 15 | { |
||
| 16 | /** |
||
| 17 | * {@inheritdoc} |
||
| 18 | * |
||
| 19 | * @see ViewFinder::findTemplate() |
||
| 20 | */ |
||
| 21 | 1 | public function findTemplate($view_model, $type) |
|
| 31 | |||
| 32 | /** |
||
| 33 | * {@inheritdoc} |
||
| 34 | * |
||
| 35 | * @see ViewFinder::listSearchPaths() |
||
| 36 | */ |
||
| 37 | 1 | public function listSearchPaths($view_model, $type) |
|
| 41 | } |
||
| 42 |