Back to Joomla project (class list)

Class AbstractRenderer - list of methods

Base class for error page renderers

Extends

Direct known subclasses

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/AbstractRenderer.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 static static
(string $type)

Get a renderer instance for the given type
Parameters
  • string $type The type of renderer to fetch
Returns
  • static
Since
  • 4.0.0
-
  • \InvalidArgumentException
Show source code of this method: getRenderer Source Code

protected \Joomla\CMS\Document\Document
()

Create the Document object for this renderer
Returns
  • \Joomla\CMS\Document\Document
Since
  • 4.0.0
Show source code of this method: loadDocument Source Code

Properties Summary

protected \Joomla\CMS\Document\Document
$document
The Document instance
Since
  • 4.0.0
protected string
$type
The format (type) of the error page
Since
  • 4.0.0

Tags Summary

Since
4.0.0