API17:JInput:: call
From Joomla! Documentation
JInput::__call
Description
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
JInput::__call source code on BitBucket
Class JInput
Subpackage Application- Other versions of JInput::__call
User contributed notes
Code Examples