API16

API16:JComponentHelper

From Joomla! Documentation

Revision as of 01:24, 25 March 2017 by JoomlaWikiBot (talk | contribs) (preparing for archive only)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

Defined in

libraries/joomla/application/component/helper.php

Methods

Method name Description
getComponent Get the component information.
isEnabled Checks if the component is enabled
getParams Gets the parameter object for the component
renderComponent Render the component.

Importing

jimport( 'joomla.application.component.helper' );



Examples

Code Examples