class Parser (View source)

Methods

static  array
parse( string $expression)

Parse the given console command definition into an array.

Details

at line line 20
static array parse( string $expression)

Parse the given console command definition into an array.

Parameters

string $expression

Return Value

array

Exceptions

InvalidArgumentException