Neos\Flow\Security\Channel\HttpsInterceptor::invoke PHP Method

invoke() public method

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