JDocumentRendererComponent: Difference between revisions
From Joomla! Documentation
m JoomlaWikiBot moved page JDocumentRendererComponent/11.1 to API17:JDocumentRendererComponent without leaving a redirect: Robot: Moved page |
m →User contributed notes: moving preparation |
||
| Line 41: | Line 41: | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude> | <noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude> | ||
Revision as of 15:49, 11 May 2013
JDocumentRendererComponent
Description
Template:Description:JDocumentRendererComponent [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 source code on BitBucket
Subpackage Document- Other versions of JDocumentRendererComponent
Template:SeeAlso:JDocumentRendererComponent [Edit See Also]
User contributed notes
<CodeExamplesForm />