DmitryDulepov\Realurl\Encoder\UrlEncoder::isProperTsfe PHP Метод

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

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