API17:JRequest::getMethod
From Joomla! Documentation
(Difference between revisions)
(Layout updates) |
(Updated to r1448:247ba8d88526) |
||
| Line 8: | Line 8: | ||
<nowiki>[</nowiki>[[Description:JRequest::getMethod|Edit Descripton]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[Description:JRequest::getMethod|Edit Descripton]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | |||
<source lang="php"> | <source lang="php"> | ||
| − | public static | + | public static function getMethod () |
</source> | </source> | ||
| − | + | * '''Returns''' string | |
| − | string | + | * '''Defined''' on line 58 of libraries/joomla/environment/request.php |
| − | + | ||
| − | libraries/joomla/environment/request.php | + | |
| − | + | ||
| − | + | ||
===See also=== | ===See also=== | ||
| + | * {{JVer|11.1}} '''JRequest::getMethod source code''' on [[jplatform:environment/request.php#cl-50|BitBucket]] | ||
| + | * {{JVer|11.1}} Class [[JRequest/11.1|JRequest]] | ||
| + | * {{JVer|11.1}} Subpackage [[Subpackage_Environment/11.1|Environment]] | ||
| + | * [[JRequest::getMethod|Other versions of JRequest::getMethod]] | ||
| + | {{SeeAlso:JRequest::getMethod}} | ||
<span class="editsection" style="font-size:76%;"> | <span class="editsection" style="font-size:76%;"> | ||
<nowiki>[</nowiki>[[SeeAlso:JRequest::getMethod|Edit See Also]]<nowiki>]</nowiki> | <nowiki>[</nowiki>[[SeeAlso:JRequest::getMethod|Edit See Also]]<nowiki>]</nowiki> | ||
</span> | </span> | ||
| − | + | ===User contributed notes=== | |
| − | + | ||
| − | + | ||
| − | === | + | |
<CodeExamplesForm /> | <CodeExamplesForm /> | ||
<dpl> | <dpl> | ||
| Line 33: | Line 30: | ||
category=MethodExample | category=MethodExample | ||
include=* | include=* | ||
| + | namespace=CodeExample | ||
format= ,,, | format= ,,, | ||
</dpl> | </dpl> | ||
<noinclude>[[Category:JRequest]][[Category:JRequest::getMethod]]</noinclude> | <noinclude>[[Category:JRequest]][[Category:JRequest::getMethod]]</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::getMethod
Description
Gets the request method.
Description:JRequest::getMethod [Edit Descripton]
public static function getMethod ()
- Returns string
- Defined on line 58 of libraries/joomla/environment/request.php
See also
-
JRequest::getMethod source code on BitBucket
-
Class JRequest
-
Subpackage Environment
- Other versions of JRequest::getMethod
SeeAlso:JRequest::getMethod [Edit See Also]
User contributed notes
<CodeExamplesForm />
