FluidTYPO3\Vhs\ViewHelpers\Media\Image\AbstractImageViewHelper::resetFrontendEnvironment PHP 메소드

resetFrontendEnvironment() 보호된 메소드

Resets $GLOBALS['TSFE'] if it was previously changed by simulateFrontendEnvironment()
또한 보기: simulateFrontendEnvironment()
protected resetFrontendEnvironment ( ) : void
리턴 void
    protected function resetFrontendEnvironment()
    {
        $GLOBALS['TSFE'] = $this->tsfeBackup;
        chdir($this->workingDirectoryBackup);
    }