JInput::getMethod
From Joomla! Documentation
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.
JInput::getMethod[edit]
Description[edit]
Gets the request method.
public function getMethod (
$name
$arguments
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | |||
$arguments |
- Returns string The request method.
- Defined on line 210 of libraries/joomla/application/input.php
- Since
See also[edit]
JInput::getMethod source code on BitBucket
Class JInput
Subpackage Application
- Other versions of JInput::getMethod
User contributed notes[edit]
Code Examples[edit]