API17:JInput::getMethod
From Joomla! Documentation
(Difference between revisions)
(Bulk upload by Doxiki2) |
(Layout updates) |
||
| Line 12: | Line 12: | ||
===Synopsis=== | ===Synopsis=== | ||
<source lang="php"> | <source lang="php"> | ||
| − | public | + | public JInput::getMethod ($name, $arguments) |
</source> | </source> | ||
{| class="wikitable" | {| class="wikitable" | ||
| Line 35: | Line 35: | ||
string The request method. | string The request method. | ||
===Defined in=== | ===Defined in=== | ||
| − | libraries/joomla/application/input.php | + | libraries/joomla/application/input.php (line 220) |
| + | * see source code in [[jplatform:application/input.php#cl-220|BitBucket]] | ||
===Referenced by=== | ===Referenced by=== | ||
===See also=== | ===See also=== | ||
Revision as of 20:45, 23 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.
JInput::getMethod
Description
Gets the request method.
Description:JInput::getMethod [Edit Descripton]
Since
Synopsis
public JInput::getMethod ($name, $arguments)
| Parameter | Type | Default | Description |
|---|---|---|---|
| $name | |||
| $arguments |
Returns
string The request method.
Defined in
libraries/joomla/application/input.php (line 220)
- see source code in BitBucket
Referenced by
See also
Examples
<CodeExamplesForm />
