API17

API17:JInput:: get

From Joomla! Documentation

Joomla 11.1 JInput::__get

Description

Magic method to get an input object.


public function __get ($name)
Parameter Type Default Description
$name mixed Name of the input object to retrieve.
  • Returns The request input object
  • Defined on line 89 of libraries/joomla/application/input.php
  • Since Joomla 11.1

See also


User contributed notes

Code Examples