PHP Class Symfony\Bundle\SecurityBundle\Security\FirewallMap
Listeners will only be initialized if we really need them.
Afficher le fichier
Open project: symfony/symfony
Protected Properties
Méthodes publiques
Méthode |
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 méthode
public __construct ( Symfony\Component\DependencyInjection\ContainerInterface $container, array $map ) |
$container |
Symfony\Component\DependencyInjection\ContainerInterface |
|
$map |
array |
|
getFirewallConfig()
public méthode
public getFirewallConfig ( Request $request ) : Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null |
$request |
Symfony\Component\HttpFoundation\Request |
|
Résultat |
Symfony\Bundle\SecurityBundle\Security\FirewallConfig | null |
|
getListeners()
public méthode
public getListeners ( Request $request ) |
$request |
Symfony\Component\HttpFoundation\Request |
|
Property Details
$container protected_oe property
$map protected_oe property