API17:JRequest::getCmd
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 38: | Line 38: | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/environment/request.php | + | libraries/joomla/environment/request.php (line 250) |
| + | * see source code in [[jplatform:environment/request.php#cl-250|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
| − | * [[JController | + | * [[JController::display/11.1|JController::display]] |
| − | * [[JApplicationHelper | + | * [[JApplicationHelper::getComponentName/11.1|JApplicationHelper::getComponentName]] |
| − | * [[JApplicationHelper | + | * [[JApplicationHelper::getPath/11.1|JApplicationHelper::getPath]] |
| − | * [[JControllerForm | + | * [[JControllerForm::getRedirectToItemAppend/11.1|JControllerForm::getRedirectToItemAppend]] |
| − | * [[JControllerForm | + | * [[JControllerForm::getRedirectToListAppend/11.1|JControllerForm::getRedirectToListAppend]] |
| − | * [[JControllerAdmin | + | * [[JControllerAdmin::publish/11.1|JControllerAdmin::publish]] |
| − | * [[JDocumentFeed | + | * [[JDocumentFeed::render/11.1|JDocumentFeed::render]] |
| − | * [[JModuleHelper | + | * [[JModuleHelper::renderModule/11.1|JModuleHelper::renderModule]] |
===See also=== | ===See also=== | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
Revision as of 21:08, 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.
JRequest::getCmd
Description
Fetches and returns a given filtered variable.
Description:JRequest::getCmd [Edit Descripton]
Synopsis
public static JRequest::getCmd ($name, $default= '', $hash= 'default')
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $default | |||
| $hash | 'default' |
Returns
Defined in
libraries/joomla/environment/request.php (line 250)
- see source code in BitBucket
Referenced by
- JController::display
- JApplicationHelper::getComponentName
- JApplicationHelper::getPath
- JControllerForm::getRedirectToItemAppend
- JControllerForm::getRedirectToListAppend
- JControllerAdmin::publish
- JDocumentFeed::render
- JModuleHelper::renderModule
See also
Examples
<CodeExamplesForm />
