Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
PHP
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Symfony
Component
HttpKernel
EventListener
ValidateRequestListener
PHP Class Symfony\Component\HttpKernel\EventListener\ValidateRequestListener
Author:
Magnus Nordlander (
[email protected]
)
Inheritance:
implements
Symfony\Component\EventDispatcher\EventSubscriberInterface
Exibir arquivo
Open project: symfony/symfony
Public Methods
Method
Description
getSubscribedEvents
( )
onKernelRequest
(
GetResponseEvent
$event
)
Performs the validation.
Method Details
getSubscribedEvents()
public
static
method
public
static
getSubscribedEvents
( )
onKernelRequest()
public
method
Performs the validation.
public
onKernelRequest
(
GetResponseEvent
$event
)
$event
Symfony\Component\HttpKernel\Event\GetResponseEvent