Back to Joomla project (class list)

Class RendererInterface - list of methods

Interface defining the rendering engine for the error handling layer
Package: Joomla\CMS\Error
Copyright: (C) 2005 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE
Located at: Joomla/Error/RendererInterface.php
Project: Joomla

Method Summary

public \Joomla\CMS\Document\Document
()

Retrieve the Document instance attached to this renderer
Returns
  • \Joomla\CMS\Document\Document
Since
  • 4.0.0
Show source code of this method: getDocument Source Code

public string
(\Throwable $error)

Render the error page for the given object
Parameters
  • \Throwable $error The error object to be rendered
Returns
  • string
Since
  • 4.0.0
Show source code of this method: render Source Code

Tags Summary

Since
4.0.0