API17

API17:JComponentHelper

From Joomla! Documentation

Joomla 11.1 JComponentHelper

Description

Methods

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

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

See also


User contributed notes

Code Examples