PartKeepr\CategoryBundle\EventListener\RootCategoryListener::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\Container $container, $service )
$container Symfony\Component\DependencyInjection\Container
    public function __construct(Container $container, $service)
    {
        $this->setContainer($container);
        $this->service = $service;
    }