Symfony\Bundle\SecurityBundle\Security\FirewallMap::__construct PHP Method

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $map )
$container Symfony\Component\DependencyInjection\ContainerInterface
$map array
    public function __construct(ContainerInterface $container, array $map)
    {
        $this->container = $container;
        $this->map = $map;
        $this->contexts = new \SplObjectStorage();
    }