PHP Класс Symfony\Component\HttpKernel\EventListener\FragmentListener

All URL paths starting with /_fragment are handled as content fragments by this listener. If throws an AccessDeniedHttpException exception if the request is not signed or if it is not an internal sub-request.
Автор: Fabien Potencier ([email protected])
Наследование: implements Symfony\Component\EventDispatcher\EventSubscriberInterface
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
__construct ( Symfony\Component\HttpKernel\UriSigner $signer, string $fragmentPath = '/_fragment' ) Constructor.
getSubscribedEvents ( )
onKernelRequest ( GetResponseEvent $event ) Fixes request attributes when the path is '/_fragment'.

Защищенные методы

Метод Описание
validateRequest ( Request $request )

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

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

Constructor.
public __construct ( Symfony\Component\HttpKernel\UriSigner $signer, string $fragmentPath = '/_fragment' )
$signer Symfony\Component\HttpKernel\UriSigner A UriSigner instance
$fragmentPath string The path that triggers this listener

getSubscribedEvents() публичный статический Метод

public static getSubscribedEvents ( )

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

Fixes request attributes when the path is '/_fragment'.
public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent A GetResponseEvent instance

validateRequest() защищенный Метод

protected validateRequest ( Request $request )
$request Symfony\Component\HttpFoundation\Request