PHP Класс Sulu\Bundle\SecurityBundle\EventListener\SuluSecurityListener

Показать файл Открыть проект

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

Метод Описание
__construct ( Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker )
onKernelController ( FilterControllerEvent $event ) Checks if the action is allowed for the current user, and throws an Exception otherwise.

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

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

public __construct ( Sulu\Component\Security\Authorization\SecurityCheckerInterface $securityChecker )
$securityChecker Sulu\Component\Security\Authorization\SecurityCheckerInterface

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

Checks if the action is allowed for the current user, and throws an Exception otherwise.
public onKernelController ( FilterControllerEvent $event )
$event Symfony\Component\HttpKernel\Event\FilterControllerEvent