PHP 클래스 Contao\CoreBundle\EventListener\RefererIdListener

상속: use trait Contao\CoreBundle\Framework\ScopeAwareTrait
파일 보기 프로젝트 열기: contao/core-bundle 1 사용 예제들

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Security\Csrf\CsrfTokenManagerInterface $tokenManager ) Constructor.
onKernelRequest ( GetResponseEvent $event ) Adds the referer ID to the request.

메소드 상세

__construct() 공개 메소드

Constructor.
public __construct ( Symfony\Component\Security\Csrf\CsrfTokenManagerInterface $tokenManager )
$tokenManager Symfony\Component\Security\Csrf\CsrfTokenManagerInterface

onKernelRequest() 공개 메소드

Adds the referer ID to the request.
public onKernelRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent