JDocumentRendererComponent/11.1

From Joomla! Documentation

Jump to: navigation, search

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

SeeAlso:JDocumentRendererComponent [Edit See Also]

User contributed notes


Personal tools