PHP 클래스 Themosis\Config\ConfigFactory

상속: implements Themosis\Config\IConfig
파일 보기 프로젝트 열기: themosis/framework

보호된 프로퍼티들

프로퍼티 타입 설명
$finder ConfigFinder Config file finder instance.

공개 메소드들

메소드 설명
__construct ( ConfigFinder $finder )
get ( string $name ) : mixed Return all or specific property from a config file.

메소드 상세

__construct() 공개 메소드

public __construct ( ConfigFinder $finder )
$finder ConfigFinder

get() 공개 메소드

Return all or specific property from a config file.
public get ( string $name ) : mixed
$name string The config file name or its property full name.
리턴 mixed

프로퍼티 상세

$finder 보호되어 있는 프로퍼티

Config file finder instance.
protected ConfigFinder,Themosis\Config $finder
리턴 ConfigFinder