Input
class Input extends Input
Joomla! Input Base Class
This is an abstracted input class used to manage retrieving data from the application environment.
Methods
__construct(
array $source = null,
array $options = array())
Constructor.
mixed
getArray(
array $vars = array(),
mixed $datasource = null,
string $defaultFilter = 'unknown')
Gets an array of values from the request.
unserialize(
string $input)
Method to unserialize the input.