JDocumentRendererComponent/1.5
From Joomla! Documentation
< JDocumentRendererComponent(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 1: | Line 1: | ||
__NOTOC__ | __NOTOC__ | ||
| + | =={{JVer|1.5}} JDocumentRendererComponent== | ||
| + | ===Description=== | ||
| + | {{Description:JDocumentRendererComponent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[Description:JDocumentRendererComponent|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JDocumentRendererComponent|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
===Methods=== | ===Methods=== | ||
{| class="wikitable sortable" | {| class="wikitable sortable" | ||
|- | |- | ||
| + | !Visibility | ||
!Method name | !Method name | ||
!Description | !Description | ||
|- | |- | ||
| + | |public | ||
|[[JDocumentRendererComponent::render/1.5|render]] | |[[JDocumentRendererComponent::render/1.5|render]] | ||
|Renders a component script and returns the results as a string. | |Renders a component script and returns the results as a string. | ||
|- | |- | ||
|} | |} | ||
| + | * '''Defined in''' libraries/joomla/document/html/renderer/component.php | ||
| + | * '''Extends''' [[JDocumentRenderer/1.5|JDocumentRenderer]] | ||
===Importing=== | ===Importing=== | ||
<source lang="php">jimport( 'joomla.document.html.renderer.component' );</source> | <source lang="php">jimport( 'joomla.document.html.renderer.component' );</source> | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|1.5}} '''JDocumentRendererComponent''' on [http://api.joomla.org/Joomla-Framework/Document/JDocumentRendererComponent.html api.joomla.org] | ||
| + | * {{JVer|1.5}} '''JDocumentRendererComponent source code''' on [[jframework15:document/html/renderer/component.php|JoomlaCode]] | ||
| + | * {{JVer|1.5}} Subpackage [[Subpackage Document/1.5|Document]] | ||
| + | * [[JDocumentRendererComponent|Other versions of JDocumentRendererComponent]] | ||
| + | {{SeeAlso:JDocumentRendererComponent}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JDocumentRendererComponent|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JDocumentRendererComponent|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 38: | Line 39: | ||
category=ClassExample | category=ClassExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRendererComponent]]</noinclude> | <noinclude>[[Category:Framework]][[Category:Framework 1.5]][[Category:JDocumentRendererComponent]]</noinclude> | ||
Revision as of 18:07, 25 April 2011
JDocumentRendererComponent
Description
JDocumentRendererComponent is responsible for rendering the output from a component. It is called whenever a <jdoc:include type="component" /> statement is encountered in the document template.
[Edit Descripton]
Methods
| Visibility | Method name | Description |
|---|---|---|
| public | render | Renders a component script and returns the results as a string. |
- Defined in libraries/joomla/document/html/renderer/component.php
- Extends JDocumentRenderer
Importing
jimport( 'joomla.document.html.renderer.component' );
See also
-
JDocumentRendererComponent on api.joomla.org
-
JDocumentRendererComponent source code on JoomlaCode
-
Subpackage Document
- Other versions of JDocumentRendererComponent
SeeAlso:JDocumentRendererComponent [Edit See Also]
User contributed notes
<CodeExamplesForm />