PHP Class Symfony\Component\DependencyInjection\ContainerAware

Inheritance: implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Mostrar archivo Open project: pmjones/php-framework-benchmarks Class Usage Examples

Protected Properties

Property Type Description
$container Symfony\Component\DependencyInjection\ContainerInterface

Public Methods

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

Method Details

setContainer() public method

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
return Symfony\Component\DependencyInjection\ContainerInterface