PHP 인터페이스 Themosis\Config\IConfig

파일 보기 프로젝트 열기: themosis/framework

공개 메소드들

메소드 설명
get ( string $name ) : mixed Get the all or one property from a configuration file.

메소드 상세

get() 공개 메소드

Get the all or one property from a configuration file.
public get ( string $name ) : mixed
$name string The name of the file to look at with its property.
리턴 mixed The properties or one property value.