Class JInputCLI

Description

Joomla! Input CLI Class

  • since: 11.1

Located in /libraries/joomla/application/input/cli.php (line 21)

JInput
   |
   --JInputCLI
Variable Summary
array $args
string $executable
Method Summary
JInputCLI __construct ([array $source = null], [array $options = array()])
void parseArguments ()
Variables
array $args = array() (line 38)

The additional arguments passed to the script that are not associated with a specific argument name.

  • since: 11.1
  • access: public
string $executable (line 29)

The executable that was called to run the CLI script.

  • since: 11.1
  • access: public

Inherited Variables

Inherited from JInput

JInput::$data
JInput::$filter
JInput::$inputs
JInput::$options
Methods
Constructor __construct (line 48)

Constructor.

  • since: 11.1
  • access: public
JInputCLI __construct ([array $source = null], [array $options = array()])
  • array $source: Source data (Optional, default is $_REQUEST)
  • array $options: Array of configuration parameters (Optional)

Redefinition of:
JInput::__construct()
Constructor.
parseArguments (line 73)

Initialise the options and arguments

  • since: 11.1
  • access: protected
void parseArguments ()

Inherited Methods

Inherited From JInput

JInput::__construct()
JInput::def()
JInput::get()
JInput::getArray()
JInput::getMethod()
JInput::set()
JInput::__call()
JInput::__get()

Documentation generated on Mon, 25 Jun 2012 13:53:03 -0500 by phpDocumentor 1.4.4