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

getRuntime() protected method

Returns current TypoScript runtime
protected getRuntime ( ) : Runtime
return Neos\Fusion\Core\Runtime
    protected function getRuntime()
    {
        return $this->runtime;
    }