PHP Класс eZ\Publish\Core\REST\Server\AuthenticatingDispatcher

Наследование: extends Qafoo\RMF\Dispatcher\Simple
Показать файл Открыть проект

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

Свойство Тип Описание
$authenticator Authenticator Authenticator.

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

Метод Описание
__construct ( Qafoo\RMF\Router $router, Qafoo\RMF\View $view, Authenticator $authenticator ) Creates a new authenticating dispatcher.
dispatch ( Qafoo\RMF\Request $request ) Performs authentication and dispatches the request.

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

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

Creates a new authenticating dispatcher.
public __construct ( Qafoo\RMF\Router $router, Qafoo\RMF\View $view, Authenticator $authenticator )
$router Qafoo\RMF\Router
$view Qafoo\RMF\View
$authenticator Authenticator

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

Performs authentication and dispatches the request.
public dispatch ( Qafoo\RMF\Request $request )
$request Qafoo\RMF\Request

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

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

Authenticator.
protected Authenticator,eZ\Publish\Core\REST\Server $authenticator
Результат Authenticator