PHP Класс Symfony\Component\HttpKernel\Security\FirewallMap

Автор: Fabien Potencier ([email protected])
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$map

Открытые методы

Метод Описание
add ( Symfony\Component\HttpFoundation\RequestMatcherInterface $requestMatcher = null, array $listeners = [], ExceptionListener $listener = null )
getListeners ( Request $request )

Описание методов

add() публичный Метод

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 getListeners ( Request $request )
$request Symfony\Component\HttpFoundation\Request

Описание свойств

$map защищенное свойство

protected $map