| 1 | <?php | ||
| 14 | class DirectoryCompilerPass implements CompilerPassInterface | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | * Creates a directory (if nonexistent). | ||
| 18 | * | ||
| 19 | * @param string $dir | ||
| 20 | * @return self | ||
| 21 | * @throws \RuntimeException | ||
| 22 | */ | ||
| 23 | private function createDirectory($dir) | ||
| 33 | |||
| 34 | /** | ||
| 35 |      * {@inheritdoc} | ||
| 36 | */ | ||
| 37 | public function process(ContainerBuilder $container) | ||
| 47 | } | ||
| 48 |