API17:JDocumentRendererMessage
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
m (→User contributed notes: bad link repair) |
||
| (2 intermediate revisions by one user not shown) | |||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|11.1}} JDocumentRendererMessage== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentRendererMessage}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererMessage|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererMessage|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererMessage::render/11.1|render]] | |[[JDocumentRendererMessage::render/11.1|render]] | ||
|Renders the error stack and returns the results as a string. | |Renders the error stack and returns the results as a string. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/html/renderer/message.php | ||
| + | * '''Extends''' [[JDocumentRenderer/11.1|JDocumentRenderer]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.html.renderer.message' );</source> | <source lang="php">jimport( 'joomla.document.html.renderer.message' );</source> | ||
===See also=== | ===See also=== | ||
| − | * [[JDocumentRendererMessage|Other versions of | + | * {{JVer|11.1}} '''JDocumentRendererMessage source code''' on [[jplatform:document/html/renderer/message.php|BitBucket]] |
| + | * {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]] | ||
| + | * [[JDocumentRendererMessage|Other versions of JDocumentRendererMessage]] | ||
{{SeeAlso:JDocumentRendererMessage}} | {{SeeAlso:JDocumentRendererMessage}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererMessage|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererMessage|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | === | + | ===User contributed notes=== |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 37: | Line 38: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
| − | <noinclude>[[Category:Platform]][[Category:Platform 11.1]][[Category:JDocumentRendererMessage]]</noinclude> | + | <noinclude>[[Category:Platform JClasses]][[Category:Platform 11.1]][[Category:JDocumentRendererMessage]]</noinclude> |
Revision as of 13:38, 29 August 2012
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JDocumentRendererMessage
Description
JDocumentRendererMessage is responsible for rendering the error stack. It is called whenever a <jdoc:include type="message" /> statement is encountered in the document template.
[Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | render | Renders the error stack and returns the results as a string. |
- Defined in libraries/joomla/document/html/renderer/message.php
- Extends JDocumentRenderer
Importing
jimport( 'joomla.document.html.renderer.message' );
See also
-
JDocumentRendererMessage source code on BitBucket
-
Subpackage Document
- Other versions of JDocumentRendererMessage
SeeAlso:JDocumentRendererMessage [Edit See Also]
User contributed notes
<CodeExamplesForm />
