Cli
class Cli extends Input
Joomla! Input CLI Class
Properties
string | $executable | The executable that was called to run the CLI script. | |
array | $args | The additional arguments passed to the script that are not associated with a specific argument name. |
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.
from Input
unserialize(
string $input)
Method to unserialize the input.
string
serialize()
Method to serialize the input.