PHP 인터페이스 Kraken\Config\ConfigReaderInterface

파일 보기 프로젝트 열기: kraken-php/framework

공개 메소드들

메소드 설명
exists ( string $key ) : boolean Check if configuration under $key exists.
get ( string $key = '', mixed $default = null ) : mixed Get configuration saved under $key or $default if it does not exist.
getAll ( ) : array Get all configuration options.

메소드 상세

exists() 공개 메소드

Check if configuration under $key exists.
public exists ( string $key ) : boolean
$key string
리턴 boolean

get() 공개 메소드

Get configuration saved under $key or $default if it does not exist.
public get ( string $key = '', mixed $default = null ) : mixed
$key string
$default mixed
리턴 mixed

getAll() 공개 메소드

Get all configuration options.
public getAll ( ) : array
리턴 array