LoadConfiguration
in package
Table of Contents
- bootstrap() : void
- Bootstrap the given application.
- getConfigurationFiles() : array<string|int, mixed>
- Get all of the configuration files for the application.
- getNestedDirectory() : string
- Get the configuration file nesting path.
- loadConfigurationFiles() : void
- Load the configuration items from all of the files.
Methods
bootstrap()
Bootstrap the given application.
public
bootstrap(Application $app) : void
Parameters
- $app : Application
Return values
void —getConfigurationFiles()
Get all of the configuration files for the application.
protected
getConfigurationFiles(Application $app) : array<string|int, mixed>
Parameters
- $app : Application
Return values
array<string|int, mixed> —getNestedDirectory()
Get the configuration file nesting path.
protected
getNestedDirectory(SplFileInfo $file, string $configPath) : string
Parameters
- $file : SplFileInfo
- $configPath : string
Return values
string —loadConfigurationFiles()
Load the configuration items from all of the files.
protected
loadConfigurationFiles(Application $app, Repository $repository) : void
Parameters
- $app : Application
- $repository : Repository