Documentation

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

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

Search results