PHP Class Symfony\Component\HttpKernel\Security\FirewallMap

Author: Fabien Potencier ([email protected])
Afficher le fichier Open project: pmjones/php-framework-benchmarks

Protected Properties

Свойство Type Description
$map

Méthodes publiques

Méthode Description
add ( Symfony\Component\HttpFoundation\RequestMatcherInterface $requestMatcher = null, array $listeners = [], ExceptionListener $listener = null )
getListeners ( Request $request )

Method Details

add() public méthode

public add ( Symfony\Component\HttpFoundation\RequestMatcherInterface $requestMatcher = null, array $listeners = [], ExceptionListener $listener = null )
$requestMatcher Symfony\Component\HttpFoundation\RequestMatcherInterface
$listeners array
$listener Symfony\Component\HttpKernel\Security\Firewall\ExceptionListener

getListeners() public méthode

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

Property Details

$map protected_oe property

protected $map