API17:JComponentHelper::getParams
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 35: | Line 35: | ||
As of 1.6, this method returns a (previous versions returned ). | As of 1.6, this method returns a (previous versions returned ). | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/application/component/helper.php | + | libraries/joomla/application/component/helper.php (line 81) |
| + | * see source code in [[jplatform:application/component/helper.php#cl-81|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JHelp | + | * [[JHelp::createURL/11.1|JHelp::createURL]] |
| − | * [[JAccess | + | * [[JAccess::getGroupsByUser/11.1|JAccess::getGroupsByUser]] |
| − | * [[JModuleHelper | + | * [[JModuleHelper::getModules/11.1|JModuleHelper::getModules]] |
| − | * [[JModelAdmin | + | * [[JModelAdmin::populateState/11.1|JModelAdmin::populateState]] |
| − | * [[JModuleHelper | + | * [[JModuleHelper::renderModule/11.1|JModuleHelper::renderModule]] |
| − | * [[JInstallerLanguage | + | * [[JInstallerLanguage::uninstall/11.1|JInstallerLanguage::uninstall]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 20:06, 23 April 2011
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 />
