PHP 클래스 eZ\Publish\Core\REST\Server\AuthenticatingDispatcher

상속: extends Qafoo\RMF\Dispatcher\Simple
파일 보기 프로젝트 열기: ezsystems/ezpublish-kernel

보호된 프로퍼티들

프로퍼티 타입 설명
$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