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

invoke() public méthode

Invokes nothing, always returns true.
public invoke ( ) : boolean
Résultat boolean Always returns true
    public function invoke()
    {
        return true;
    }
AccessGrant