Neos\Flow\Security\Channel\HttpsInterceptor::invoke PHP Метод

invoke() публичный Метод

Redirects the current request to HTTP or HTTPS depending on $this->useSSL;
public invoke ( ) : boolean
Результат boolean TRUE if the security checks was passed
    public function invoke()
    {
    }
HttpsInterceptor