API17

JDocumentRendererComponent: Difference between revisions

From Joomla! Documentation

m User contributed notes: moving preparation
m moving preparation
Line 14: Line 14:
|-
|-
|public  
|public  
|[[JDocumentRendererComponent::render/11.1|render]]
|[[API17:JDocumentRendererComponent::render|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
* '''Defined in''' libraries/joomla/document/html/renderer/component.php
* '''Extends''' [[JDocumentRenderer/11.1|JDocumentRenderer]]
* '''Extends''' [[API17:JDocumentRenderer|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|11.1}} '''JDocumentRendererComponent source code''' on [[jplatform:document/html/renderer/component.php|BitBucket]]
* {{JVer|11.1}} '''JDocumentRendererComponent source code''' on [[jplatform:document/html/renderer/component.php|BitBucket]]
* {{JVer|11.1}} Subpackage [[Subpackage Document/11.1|Document]]
* {{JVer|11.1}} Subpackage [[API17:Subpackage Document|Document]]
* [[JDocumentRendererComponent|Other versions of JDocumentRendererComponent]]
* [[API17:JDocumentRendererComponent|Other versions of JDocumentRendererComponent]]
{{SeeAlso:JDocumentRendererComponent}}
{{SeeAlso:JDocumentRendererComponent}}
<span class="editsection" style="font-size:76%;">
<span class="editsection" style="font-size:76%;">

Revision as of 01:30, 12 May 2013

Joomla 11.1 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

Template:SeeAlso:JDocumentRendererComponent [Edit See Also]

User contributed notes

<CodeExamplesForm />