| 1 | <?php |
||
| 10 | class NamespacedDirectory extends ComponentDirectory |
||
| 11 | { |
||
| 12 | /** @var string */ |
||
| 13 | protected $namespace; |
||
| 14 | |||
| 15 | public function __construct(string $viewDirectory, bool $includeSubdirectories) |
||
| 21 | |||
| 22 | public function getAbsoluteDirectory(): string |
||
| 34 | |||
| 35 | public function getViewName(SplFileInfo $viewFile): string |
||
| 39 | } |
||
| 40 |