API17

API17:JInput:: call

From Joomla! Documentation

Joomla 11.1 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 Joomla 11.1

See also


User contributed notes

Code Examples