PHP Interface Kraken\Container\ContainerAwareInterface

Afficher le fichier Open project: kraken-php/framework

Méthodes publiques

Méthode Description
getContainer ( ) : ContainerInterface | null Get Container of which object is aware of.
setContainer ( ContainerInterface $container = null ) : mixed Set Container of which object is aware of.

Method Details

getContainer() public méthode

Get Container of which object is aware of.
public getContainer ( ) : ContainerInterface | null
Résultat ContainerInterface | null

setContainer() public méthode

Set Container of which object is aware of.
public setContainer ( ContainerInterface $container = null ) : mixed
$container ContainerInterface
Résultat mixed