API17

Difference between revisions of "JRequest::getCmd"

From Joomla! Documentation

(Updated to r1448:247ba8d88526)
m (preparing for archive only)
 
(4 intermediate revisions by the same user not shown)
Line 4: Line 4:
 
Fetches and returns a given filtered variable.  
 
Fetches and returns a given filtered variable.  
  
{{Description:JRequest::getCmd}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[Description:JRequest::getCmd|Edit Descripton]]<nowiki>]</nowiki>
 
</span>
 
 
<source lang="php">
 
<source lang="php">
 
public static function getCmd (
 
public static function getCmd (
Line 41: Line 39:
 
* '''Defined''' on line 251 of libraries/joomla/environment/request.php
 
* '''Defined''' on line 251 of libraries/joomla/environment/request.php
 
* '''Referenced by'''
 
* '''Referenced by'''
** [[JController::display/11.1|JController::display]]
+
** [[API17:JController::display|JController::display]]
** [[JApplicationHelper::getComponentName/11.1|JApplicationHelper::getComponentName]]
+
** [[API17:JApplicationHelper::getComponentName|JApplicationHelper::getComponentName]]
** [[JApplicationHelper::getPath/11.1|JApplicationHelper::getPath]]
+
** [[API17:JApplicationHelper::getPath|JApplicationHelper::getPath]]
** [[JControllerForm::getRedirectToItemAppend/11.1|JControllerForm::getRedirectToItemAppend]]
+
** [[API17:JControllerForm::getRedirectToItemAppend|JControllerForm::getRedirectToItemAppend]]
** [[JControllerForm::getRedirectToListAppend/11.1|JControllerForm::getRedirectToListAppend]]
+
** [[API17:JControllerForm::getRedirectToListAppend|JControllerForm::getRedirectToListAppend]]
** [[JControllerAdmin::publish/11.1|JControllerAdmin::publish]]
+
** [[API17:JControllerAdmin::publish|JControllerAdmin::publish]]
** [[JDocumentFeed::render/11.1|JDocumentFeed::render]]
+
** [[API17:JDocumentFeed::render|JDocumentFeed::render]]
** [[JModuleHelper::renderModule/11.1|JModuleHelper::renderModule]]
+
** [[API17:JModuleHelper::renderModule|JModuleHelper::renderModule]]
 
===See also===
 
===See also===
 
* {{JVer|11.1}} '''JRequest::getCmd source code''' on [[jplatform:environment/request.php#cl-243|BitBucket]]
 
* {{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}} Class [[API17:JRequest|JRequest]]
* {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]]
+
* {{JVer|11.1}} Subpackage [[API17:Subpackage_Environment|Environment]]
* [[JRequest::getCmd|Other versions of JRequest::getCmd]]
+
* [[API17:JRequest::getCmd|Other versions of JRequest::getCmd]]
{{SeeAlso:JRequest::getCmd}}
+
 
<span class="editsection" style="font-size:76%;">
+
 
<nowiki>[</nowiki>[[SeeAlso:JRequest::getCmd|Edit See Also]]<nowiki>]</nowiki>
 
</span>
 
 
===User contributed notes===
 
===User contributed notes===
<CodeExamplesForm />
+
=== Code Examples ===
 
<dpl>
 
<dpl>
 
noresultsheader=\n
 
noresultsheader=\n
 
category=JRequest::getCmd
 
category=JRequest::getCmd
category=CodeExample
+
namespace=CodeExample
 
category=MethodExample
 
category=MethodExample
 
include=*
 
include=*
Line 69: Line 65:
 
format= ,,,
 
format= ,,,
 
</dpl>
 
</dpl>
<noinclude>[[Category:JRequest]][[Category:JRequest::getCmd]]</noinclude>
+
<noinclude>[[Category:Platform 11.1]][[Category:Archived pages API17]]</noinclude>

Latest revision as of 22:35, 24 March 2017

The "API17" namespace is an archived namespace. This page contains information for a Joomla! version which is no longer supported. It exists only as a historical reference, it will not be improved and its content may be incomplete and/or contain broken links.

Joomla 11.1 JRequest::getCmd[edit]

Description[edit]

Fetches and returns a given filtered variable.


public static function getCmd (
        $name
        $default= ''
        $hash= 'default'
)
Parameter Type Default Description
$name
$default
$hash 'default'

See also[edit]


User contributed notes[edit]

Code Examples[edit]