API17:JRequest::getCmd
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Updated to r1448:247ba8d88526) |
||
| (One intermediate revision by one user not shown) | |||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRequest::getCmd|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRequest::getCmd|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getCmd ( |
| + | $name | ||
| + | $default= '' | ||
| + | $hash= 'default' | ||
| + | ) | ||
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 38: | ||
|- | |- | ||
|} | |} | ||
| − | + | * '''Returns''' | |
| − | + | * '''Defined''' on line 251 of libraries/joomla/environment/request.php | |
| − | + | * '''Referenced by''' | |
| − | libraries/joomla/environment/request.php | + | ** [[JController::display/11.1|JController::display]] |
| − | + | ** [[JApplicationHelper::getComponentName/11.1|JApplicationHelper::getComponentName]] | |
| − | * [[JController | + | ** [[JApplicationHelper::getPath/11.1|JApplicationHelper::getPath]] |
| − | * [[JApplicationHelper | + | ** [[JControllerForm::getRedirectToItemAppend/11.1|JControllerForm::getRedirectToItemAppend]] |
| − | * [[JApplicationHelper | + | ** [[JControllerForm::getRedirectToListAppend/11.1|JControllerForm::getRedirectToListAppend]] |
| − | * [[JControllerForm | + | ** [[JControllerAdmin::publish/11.1|JControllerAdmin::publish]] |
| − | * [[JControllerForm | + | ** [[JDocumentFeed::render/11.1|JDocumentFeed::render]] |
| − | * [[JControllerAdmin | + | ** [[JModuleHelper::renderModule/11.1|JModuleHelper::renderModule]] |
| − | * [[JDocumentFeed | + | |
| − | * [[JModuleHelper | + | |
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRequest::getCmd source code''' on [[jplatform:environment/request.php#cl-243|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRequest/11.1|JRequest]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]] | ||
| + | * [[JRequest::getCmd|Other versions of JRequest::getCmd]] | ||
| + | {{SeeAlso:JRequest::getCmd}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRequest::getCmd|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRequest::getCmd|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 63: | Line 66: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRequest]][[Category:JRequest::getCmd]]</noinclude> | <noinclude>[[Category:JRequest]][[Category:JRequest::getCmd]]</noinclude> | ||
Revision as of 21:32, 27 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]
public static function getCmd ( $name $default= '' $hash= 'default' )
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $default | |||
| $hash | 'default' |
- Returns
- Defined on line 251 of libraries/joomla/environment/request.php
- Referenced by
See also
-
JRequest::getCmd source code on BitBucket
-
Class JRequest
-
Subpackage Environment
- Other versions of JRequest::getCmd
SeeAlso:JRequest::getCmd [Edit See Also]
User contributed notes
<CodeExamplesForm />
