API15

API15:JComponentHelper

From Joomla! Documentation

Revision as of 13:15, 24 March 2017 by JoomlaWikiBot (talk | contribs) (clean up)

{{subst:Description:JComponentHelper}}

Defined in

libraries/joomla/application/component/helper.php

Methods

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

Importing

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


{{subst:SeeAlso:JComponentHelper}}

Examples

<CodeExamplesForm />