API17:JComponentHelper::getParams
From Joomla! Documentation
This Namespace has been archived - Please Do Not Edit or Create Pages in this namespace. Pages contain information for a Joomla! version which is no longer supported. It exists only as a historical reference, will not be improved and its content may be incomplete.
JComponentHelper::getParams
Description
Gets the parameter object for the component.
Description:JComponentHelper::getParams [Edit Descripton]
Since
Synopsis
public static JComponentHelper::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 in
libraries/joomla/application/component/helper.php (line 81)
- see source code in BitBucket
Referenced by
- JHelp::createURL
- JAccess::getGroupsByUser
- JModuleHelper::getModules
- JModelAdmin::populateState
- JModuleHelper::renderModule
- JInstallerLanguage::uninstall
See also
SeeAlso:JComponentHelper::getParams
Examples
<CodeExamplesForm />
