API15

JComponentHelper: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
New page: <span class="editsection" style="font-size:76%;"> <nowiki>[</nowiki>Edit Descripton<nowiki>]</nowiki> </span> {{Description:JComponentHelper}} ===De...
 
Doxiki (talk | contribs)
No edit summary
Line 13: Line 13:
|-
|-
|[[API15:JComponentHelper/getComponent|getComponent]]
|[[API15:JComponentHelper/getComponent|getComponent]]
|Get the component information.
|Get the component info
|-
|-
|[[API15:JComponentHelper/isEnabled|isEnabled]]
|[[API15:JComponentHelper/isEnabled|isEnabled]]
Line 22: Line 22:
|-
|-
|[[API15:JComponentHelper/renderComponent|renderComponent]]
|[[API15:JComponentHelper/renderComponent|renderComponent]]
|Render the component.
|
|}
|}
===Importing===
===Importing===

Revision as of 22:09, 22 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 />