PHP 클래스 FluxBB\Util\ConfigLoader

파일 보기 프로젝트 열기: fluxbb/core

공개 메소드들

메소드 설명
loadFrom ( Illuminate\Contracts\Config\Repository $config, string $configPath ) : void Load the config files from the given path and store the values in the repository.

보호된 메소드들

메소드 설명
filesIn ( string $configPath ) : string[] Get all files in the given directory.

메소드 상세

filesIn() 보호된 메소드

Returns an array with the full paths to all PHP files in the given directory, indexed by name without extension.
protected filesIn ( string $configPath ) : string[]
$configPath string
리턴 string[]

loadFrom() 공개 메소드

Load the config files from the given path and store the values in the repository.
public loadFrom ( Illuminate\Contracts\Config\Repository $config, string $configPath ) : void
$config Illuminate\Contracts\Config\Repository
$configPath string
리턴 void