PHP Интерфейс Kraken\Container\ContainerAwareInterface

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

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

Метод Описание
getContainer ( ) : ContainerInterface | null Get Container of which object is aware of.
setContainer ( ContainerInterface $container = null ) : mixed Set Container of which object is aware of.

Описание методов

getContainer() публичный Метод

Get Container of which object is aware of.
public getContainer ( ) : ContainerInterface | null
Результат ContainerInterface | null

setContainer() публичный Метод

Set Container of which object is aware of.
public setContainer ( ContainerInterface $container = null ) : mixed
$container ContainerInterface
Результат mixed