JComponentHelper
Description
Component helper class
Located in /joomla/application/component/helper.php (line 27)
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
Documentation generated on Tue, 29 Jan 2008 18:47:30 +0000 by phpDocumentor 1.3.1



JComponentHelper (Subpackage Application)