PHP Interface Kraken\Config\ConfigAwareInterface

Show file Open project: kraken-php/framework

Public Methods

Method Description
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.

Method Details

getConfig() public method

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

setConfig() public method

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