JComponentHelper
Description
Component helper class
Located in /joomla/application/component/helper.php (line 26)
JComponentHelper (Subpackage Application)
Method Summary
Methods
Get the component info
object A
&getComponent
(string $name, [ $strict = false], boolean $string)
- string $name: The component name
- boolean $string: If set and a component does not exist, the enabled attribue will be set to false
- $strict
Gets the parameter object for the component
object A
&getParams
(string $name)
- string $name: The component name
Checks if the component is enabled
boolean
isEnabled
(string $component, [ $strict = false], boolean $string)
- string $component: The component name
- boolean $string: If set and a component does not exist, false will be returned
- $strict
void
renderComponent
([ $name = null], [ $params = array()])
- $name
- $params




JComponentHelper (Subpackage Application)