PHP Class Symfony\Bundle\SecurityBundle\Security\FirewallMap
Listeners will only be initialized if we really need them.
Datei anzeigen
Open project: symfony/symfony
Protected Properties
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 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
$map protected_oe property