PHP Interface Kraken\Config\ConfigAwareInterface

Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode 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 méthode

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

setConfig() public méthode

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