STATIC_LOCATION
STATIC_LOCATION
Location of the static config file
Static function config loader
loadAllFileConfiguration(string $rootPath, \Zend\Expressive\ConfigManager\PhpFileProvider $configPaths = array(), $includeLocal = true) : \Zend\Expressive\ConfigManager\PhpFileProvider
Load all configuration from module configs
string | $rootPath | root path of app |
\Zend\Expressive\ConfigManager\PhpFileProvider | $configPaths | Paths that could be added |
$includeLocal |
$configPaths
loadStaticFileConfiguration(string $rootPath, \Zend\Expressive\ConfigManager\PhpFileProvider $configPaths = array()) : \Zend\Expressive\ConfigManager\PhpFileProvider
Load the configuration from static file
string | $rootPath | root path of app |
\Zend\Expressive\ConfigManager\PhpFileProvider | $configPaths | Paths that could be added |
$configPaths