API17

Difference between revisions of "JComponentHelper"

From Joomla! Documentation

m (→‎User contributed notes: bad link repair)
m (JoomlaWikiBot moved page JComponentHelper/11.1 to API17:JComponentHelper without leaving a redirect: Robot: Moved page)
(No difference)

Revision as of 15:23, 10 May 2013

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.

Joomla 11.1 JComponentHelper[edit]

Description[edit]

Template:Description:JComponentHelper [Edit Descripton]

Methods[edit]

Visibility Method name Description
public static getComponent Get the component information.
public static getParams Gets the parameter object for the component.
public static isEnabled Checks if the component is enabled.
public static renderComponent Render the component.
protected static _load Load the installed components into the _components property.
  • Defined in libraries/joomla/application/component/helper.php

Importing[edit]

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

See also[edit]

Template:SeeAlso:JComponentHelper [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />