Neos\Flow\Security\Authorization\RequestFilter::getSecurityInterceptor PHP Méthode

getSecurityInterceptor() public méthode

Returns the set security interceptor
public getSecurityInterceptor ( ) : Neos\Flow\Security\Authorization\InterceptorInterface
Résultat Neos\Flow\Security\Authorization\InterceptorInterface The set security interceptor
    public function getSecurityInterceptor()
    {
        return $this->securityInterceptor;
    }