PHP 인터페이스 Kraken\Config\ConfigAwareInterface

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

공개 메소드들

메소드 설명
getConfig ( ) : Kraken\Config\ConfigInterface | null Get Config of which object is aware of.
setConfig ( Kraken\Config\ConfigInterface $config = null ) Set Config of which object is aware of or unset by setting null.

메소드 상세

getConfig() 공개 메소드

Get Config of which object is aware of.
public getConfig ( ) : Kraken\Config\ConfigInterface | null
리턴 Kraken\Config\ConfigInterface | null

setConfig() 공개 메소드

Set Config of which object is aware of or unset by setting null.
public setConfig ( Kraken\Config\ConfigInterface $config = null )
$config Kraken\Config\ConfigInterface