API16

JDocumentRendererMessage: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 17: Line 17:




{{subst:SeeAlso:JDocumentRendererMessage}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JDocumentRendererMessage
  category=JDocumentRendererMessage
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:33, 25 March 2017

JDocumentRendererMessage is responsible for rendering the error stack. It is called whenever a <jdoc:include type="message" /> statement is encountered in the document template.

Defined in

libraries/joomla/document/html/renderer/message.php

Methods

Method name Description
render Renders the error stack and returns the results as a string

Importing

jimport( 'joomla.document.html.renderer.message' );



Examples

Code Examples