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

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

Checks if the decoder can execute.
protected canDecoderExecute ( ) : boolean
Результат boolean
    protected function canDecoderExecute()
    {
        return $this->isProperTsfe() && !$this->isInWorkspace();
    }