1 | <?php |
||
9 | class NamespacedDirectory extends ComponentDirectory |
||
10 | { |
||
11 | /** @var string */ |
||
12 | protected $namespace; |
||
13 | |||
14 | /** @var string */ |
||
15 | protected $viewDirectory; |
||
16 | |||
17 | public function __construct(string $viewDirectory) |
||
23 | |||
24 | public function getAbsoluteDirectory(): string |
||
36 | |||
37 | public function getViewName(SplFileInfo $viewFile): string |
||
49 | } |