PHP Интерфейс Kraken\Config\ConfigAwareInterface

Показать файл Открыть проект

Открытые методы

Метод Описание
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