DmitryDulepov\Realurl\Decoder\UrlDecoder::isProperTsfe PHP Метод

isProperTsfe() защищенный Метод

Checks if TSFE is initialized correctly.
protected isProperTsfe ( ) : boolean
Результат boolean
    protected function isProperTsfe()
    {
        return $this->tsfe instanceof TypoScriptFrontendController;
    }