API17

Difference between revisions of "JRequest::getCmd"

From Joomla! Documentation

m (→‎User contributed notes: moving preparation)
m (moving preparation)
Line 41: Line 41:
 
* '''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}}
 
{{SeeAlso:JRequest::getCmd}}
 
<span class="editsection" style="font-size:76%;">
 
<span class="editsection" style="font-size:76%;">

Revision as of 21:24, 11 May 2013

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.

Template:Description:JRequest::getCmd [Edit Descripton]

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

See also[edit]

Template:SeeAlso:JRequest::getCmd [Edit See Also]

User contributed notes[edit]

<CodeExamplesForm />