PHP Class Symfony\Component\DependencyInjection\ContainerAware

Inheritance: implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Afficher le fichier Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Свойство Type Description
$container Symfony\Component\DependencyInjection\ContainerInterface

Méthodes publiques

Méthode Description
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null ) Sets the Container associated with this Controller.

Method Details

setContainer() public méthode

Sets the Container associated with this Controller.
public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface A ContainerInterface instance

Property Details

$container protected_oe property

protected ContainerInterface,Symfony\Component\DependencyInjection $container
Résultat Symfony\Component\DependencyInjection\ContainerInterface