PHP 클래스 App\Bootstrappers\LoadConfiguration

상속: extends Illuminate\Foundation\Bootstrap\LoadConfiguration
파일 보기 프로젝트 열기: xpressengine/xpressengine

보호된 메소드들

메소드 설명
loadConfigurationFiles ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Contracts\Config\Repository $repository ) : void Load the configuration items from all of the files.
mergeEnv ( Illuminate\Contracts\Config\Repository $repository, string $env, array $filesByEnv ) : void Merge the items in the given files into the items.

메소드 상세

loadConfigurationFiles() 보호된 메소드

Load the configuration items from all of the files.
protected loadConfigurationFiles ( Illuminate\Contracts\Foundation\Application $app, Illuminate\Contracts\Config\Repository $repository ) : void
$app Illuminate\Contracts\Foundation\Application
$repository Illuminate\Contracts\Config\Repository
리턴 void

mergeEnv() 보호된 메소드

Merge the items in the given files into the items.
protected mergeEnv ( Illuminate\Contracts\Config\Repository $repository, string $env, array $filesByEnv ) : void
$repository Illuminate\Contracts\Config\Repository
$env string
$filesByEnv array
리턴 void