API16

JComponentHelper: Difference between revisions

From Joomla! Documentation

m clean up
m preparing for archive only
 
Line 1: Line 1:
{{subst:Description:JComponentHelper}}
===Defined in===
===Defined in===
libraries/joomla/application/component/helper.php
libraries/joomla/application/component/helper.php
Line 26: Line 24:




{{subst:SeeAlso:JComponentHelper}}
 


===Examples===
===Examples===
<CodeExamplesForm />
=== Code Examples ===
<dpl>
<dpl>
  noresultsheader=\n
  noresultsheader=\n
  category=JComponentHelper
  category=JComponentHelper
  category=CodeExample
  namespace=CodeExample
  category=ClassExample
  category=ClassExample
  include=*
  include=*
  format= ,,,
  format= ,,,
</dpl>
</dpl>

Latest revision as of 01:24, 25 March 2017

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