| 1 | <?php |
||
| 7 | final class ApplicationConfiguration |
||
| 8 | { |
||
| 9 | |||
| 10 | const ELASTICORN_CONFIG_FILENAME = 'Elasticorn.yaml'; |
||
| 11 | static private $configuration = []; |
||
| 12 | static private $isInitialized = false; |
||
| 13 | |||
| 14 | /** |
||
| 15 | * @return array |
||
| 16 | */ |
||
| 17 | public static function getElasticornConfiguration() : array |
||
| 28 | |||
| 29 | /** |
||
| 30 | * @return array |
||
| 31 | */ |
||
| 32 | public static function getLanguageConfiguration() : array |
||
| 41 | } |