API15

JComponentHelper: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
Doxiki (talk | contribs)
No edit summary
Line 24: Line 24:
|
|
|}
|}
===Importing===
===Importing===
<source lang="php">jimport( 'joomla.application.component.helper' );</source>
<source lang="php">jimport( 'joomla.application.component.helper' );</source>

Revision as of 17:26, 25 March 2010

[Edit Descripton] Template: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' );

[Edit See Also] Template:SeeAlso:JComponentHelper

Examples

<CodeExamplesForm />