JComponentHelper::getParams/11.1
From Joomla! Documentation
JComponentHelper::getParams
Description
Gets the parameter object for the component.
Description:JComponentHelper::getParams [Edit Descripton]
public static function getParams ( $option $strict=false )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $option | string | The option for the component. | |
| $strict | boolean | false | If set and the component does not exist, false will be returned |
- Returns As of 1.6, this method returns a (previous versions returned ).
- Defined on line 81 of libraries/joomla/application/component/helper.php
- Since

- Referenced by
See also
JComponentHelper::getParams source code on BitBucket
Class JComponentHelper
Subpackage Application- Other versions of JComponentHelper::getParams
SeeAlso:JComponentHelper::getParams [Edit See Also]