Neos\Flow\Security\Authorization\Interceptor\AccessDeny::invoke PHP Méthode

invoke() public méthode

Invokes nothing, always throws an AccessDenied Exception.
public invoke ( ) : boolean
Résultat boolean Always returns FALSE
    public function invoke()
    {
        throw new AccessDeniedException('You are not allowed to perform this action.', 1216919280);
    }
AccessDeny