API15

JComponentHelper: Difference between revisions

From Joomla! Documentation

Doxiki (talk | contribs)
No edit summary
m clean up
Line 1: Line 1:
<span class="editsection" style="font-size:76%;">
{{subst:Description:JComponentHelper}}
<nowiki>[</nowiki>[[Description:JComponentHelper|Edit Descripton]]<nowiki>]</nowiki>
</span>
{{Description:JComponentHelper}}


===Defined in===
===Defined in===
Line 28: Line 25:
<source lang="php">jimport( 'joomla.application.component.helper' );</source>
<source lang="php">jimport( 'joomla.application.component.helper' );</source>


<span class="editsection" style="font-size:76%;">
 
<nowiki>[</nowiki>[[SeeAlso:JComponentHelper|Edit See Also]]<nowiki>]</nowiki>
{{subst:SeeAlso:JComponentHelper}}
</span>
{{SeeAlso:JComponentHelper}}


===Examples===
===Examples===

Revision as of 13:15, 24 March 2017

{{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 />