API17

JComponentHelper

From Joomla! Documentation

Revision as of 17:51, 23 April 2011 by Doxiki2 (talk | contribs) (Layout updates)

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

[Edit Descripton] Template:Description:JComponentHelper

Defined in[edit]

libraries/joomla/application/component/helper.php

Subpackage[edit]

Application

Extends[edit]

Extended by[edit]

Methods[edit]

Method name Description
getComponent Get the component information.
getParams Gets the parameter object for the component.
isEnabled Checks if the component is enabled.
renderComponent Render the component.
_load Load the installed components into the _components property.

Importing[edit]

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

See also[edit]

Template:SeeAlso:JComponentHelper [Edit See Also]

Examples[edit]

<CodeExamplesForm />