| 1 | <?php |
||
| 12 | class ConfigurationFileLoader implements ExecutableInterface |
||
| 13 | { |
||
| 14 | /** |
||
| 15 | * @param string $input |
||
| 16 | * @return array |
||
| 17 | * @throws ExecutableException |
||
| 18 | */ |
||
| 19 | public function execute($input = null) |
||
| 37 | |||
| 38 | /** |
||
| 39 | * @param string $path |
||
| 40 | * @return bool |
||
| 41 | */ |
||
| 42 | private function pathIsExistingAndReadableFile($path) |
||
| 46 | } |