PHP 클래스 Sulu\Bundle\SecurityBundle\EventListener\UserLocaleListener

파일 보기 프로젝트 열기: sulu/sulu

공개 메소드들

메소드 설명
__construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage )
copyUserLocaleToRequest ( GetResponseEvent $event ) Sets the locale of the current User to the request, if a User is logged in.

메소드 상세

__construct() 공개 메소드

public __construct ( Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface $tokenStorage )
$tokenStorage Symfony\Component\Security\Core\Authentication\Token\Storage\TokenStorageInterface

copyUserLocaleToRequest() 공개 메소드

Sets the locale of the current User to the request, if a User is logged in.
public copyUserLocaleToRequest ( GetResponseEvent $event )
$event Symfony\Component\HttpKernel\Event\GetResponseEvent