API17:JRequest::getCmd
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.
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 />
