Sensio\Bundle\FrameworkExtraBundle\EventListener\TemplateListener::__construct PHP 메소드

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container )
$container Symfony\Component\DependencyInjection\ContainerInterface The service container instance
    public function __construct(ContainerInterface $container)
    {
        $this->container = $container;
    }