Back to Joomla project (class list)

Class MessageRenderer - list of methods

HTML document renderer for the system message queue

Extends

Package: Joomla\CMS\Document\Renderer\Html
Copyright: (C) 2015 Open Source Matters, Inc.
License: GNU General Public License version 2 or later; see LICENSE.txt
Located at: Joomla/Document/Renderer/Html/MessageRenderer.php
Project: Joomla

Method Summary

public string
(mixed $name, mixed $params = array(), mixed $content = null)

Renders the error stack and returns the results as a string
Parameters
  • string $name Not used.
  • array $params Associative array of values
  • string $content Not used.
Returns
  • string The output of the script
Since
  • 3.5
Show source code of this method: render Source Code

private array
()

Get and prepare system message data for output
Returns
  • array An array contains system message
Since
  • 3.5
Show source code of this method: getData Source Code

Tags Summary

Since
3.5