PHP Class CraftCli\Console\GlobalArgvInput

Inheritance: extends Symfony\Component\Console\Input\ArgvInput
Datei anzeigen Open project: rsanchez/craft-cli Class Usage Examples

Protected Properties

Property Type Description
$originalTokens array Original state of tokens given to constructor

Public Methods

Method Description
__construct ( array $argv = null, Symfony\Component\Console\Input\InputDefinition $definition = null )

Protected Methods

Method Description
parse ( )

Method Details

__construct() public method

public __construct ( array $argv = null, Symfony\Component\Console\Input\InputDefinition $definition = null )
$argv array
$definition Symfony\Component\Console\Input\InputDefinition

parse() protected method

protected parse ( )

Property Details

$originalTokens protected_oe property

Original state of tokens given to constructor
protected array $originalTokens
return array