Neos\Flow\Security\Channel\HttpsInterceptor::invoke PHP Méthode

invoke() public méthode

Redirects the current request to HTTP or HTTPS depending on $this->useSSL;
public invoke ( ) : boolean
Résultat boolean TRUE if the security checks was passed
    public function invoke()
    {
    }
HttpsInterceptor