JInput:: call
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::__call[edit]
Description[edit]
Magic method to get filtered input data.
public function __call (
$name
$arguments
)
Parameter | Type | Default | Description |
---|---|---|---|
$name | mixed | Name of the value to get. | |
$arguments | string | $default Default value to return if variable does not exist. |
- Returns bool The filtered boolean input value.
- Defined on line 188 of libraries/joomla/application/input.php
- Since
See also[edit]
JInput::__call source code on BitBucket
Class JInput
Subpackage Application
- Other versions of JInput::__call
User contributed notes[edit]
Code Examples[edit]