JComponentHelper

From Joomla! Documentation

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