PHP Class Symfony\Bundle\SecurityBundle\Security\FirewallMap

Listeners will only be initialized if we really need them.
Author: Johannes M. Schmitt ([email protected])
Inheritance: implements Symfony\Component\Security\Http\FirewallMapInterface
Datei anzeigen Open project: symfony/symfony

Protected Properties

Property Type Description
$container
$map

Public Methods

Method Description
__construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $map )
getFirewallConfig ( Request $request ) : Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null
getListeners ( Request $request )

Private Methods

Method Description
getFirewallContext ( Request $request )

Method Details

__construct() public method

public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $map )
$container Symfony\Component\DependencyInjection\ContainerInterface
$map array

getFirewallConfig() public method

public getFirewallConfig ( Request $request ) : Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null
$request Symfony\Component\HttpFoundation\Request
return Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null

getListeners() public method

public getListeners ( Request $request )
$request Symfony\Component\HttpFoundation\Request

Property Details

$container protected_oe property

protected $container

$map protected_oe property

protected $map