PHP Class Symfony\Component\HttpKernel\Security\FirewallMap

Author: Fabien Potencier ([email protected])
Show file Open project: pmjones/php-framework-benchmarks

Protected Properties

Property Type Description
$map

Public Methods

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

Method Details

add() public method

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 method

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

Property Details

$map protected property

protected $map