PHP Class Symfony\Bundle\FrameworkBundle\Tests\Controller\ContainerAwareController

Inheritance: implements Symfony\Component\DependencyInjection\ContainerAwareInterface
Datei anzeigen Open project: symfony/symfony

Public Methods

Method Description
__invoke ( )
getContainer ( )
setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
testAction ( )

Method Details

__invoke() public method

public __invoke ( )

getContainer() public method

public getContainer ( )

setContainer() public method

public setContainer ( Symfony\Component\DependencyInjection\ContainerInterface $container = null )
$container Symfony\Component\DependencyInjection\ContainerInterface

testAction() public method

public testAction ( )