JComponentHelper

From Joomla! Documentation

Revision as of 22:57, 3 July 2009 by Chris Davenport (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

Helper class for the JComponent class.

Contents

Availability

Joomla 1.5 Joomla 1.6

Defined in

/libraries/joomla/application/component/helper.php

Methods

Method name Description
getComponent Returns the JComponent object.
getParams Returns the parameters of the component in a JParameters object.
isEnabled Checks if the component is enabled.
renderComponent Renders the component.

Importing

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

See also

Personal tools