JApplicationHelper::getComponentName: Difference between revisions
From Joomla! Documentation
Bulk upload by Doxiki2 |
Layout updates |
||
| Line 30: | Line 30: | ||
string Option | string Option | ||
===Defined in=== | ===Defined in=== | ||
libraries/joomla/application/helper.php | libraries/joomla/application/helper.php (line 35) | ||
* see source code in [[jplatform:application/helper.php#cl-35|BitBucket]] | |||
===Referenced by=== | ===Referenced by=== | ||
* [[JView | * [[JView::_setPath/11.1|JView::_setPath]] | ||
* [[JHelp | * [[JHelp::createURL/11.1|JHelp::createURL]] | ||
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 00:54, 24 April 2011
JApplicationHelper::getComponentName
Description
Return the name of the request component [main component].
Template:Description:JApplicationHelper::getComponentName [Edit Descripton]
Since
Synopsis
public static JApplicationHelper::getComponentName ($default=NULL)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $default | string | NULL | The default option |
Returns
string Option
Defined in
libraries/joomla/application/helper.php (line 35)
- see source code in BitBucket
Referenced by
- JView::_setPath
- [[JHelp::createURL/11.1|JHelp::createURL]]
See also
Template:SeeAlso:JApplicationHelper::getComponentName
Examples
<CodeExamplesForm />