Neos\Fusion\Core\ExceptionHandlers\AbstractRenderingExceptionHandler::setRuntime PHP Method

setRuntime() public method

Sets the current TypoScript runtime
public setRuntime ( Runtime $runtime ) : void
$runtime Neos\Fusion\Core\Runtime
return void
    public function setRuntime(Runtime $runtime)
    {
        $this->runtime = $runtime;
    }