interface CommandInterface

Command interface.

Constants

STATUS_SUCCESS

Success status code.

STATUS_ERROR

Error status code.

Methods

string
getCommandDescription()

Returns the command description.

array
getCommandArguments()

Returns the command arguments.

array
getCommandOptions()

Returns the command options.

bool
isStrict()

Returns TRUE we should be strict about what arguments and options we allow and FALSE if not.

Details

at line 36
string getCommandDescription()

Returns the command description.

Return Value

string

at line 43
array getCommandArguments()

Returns the command arguments.

Return Value

array

at line 50
array getCommandOptions()

Returns the command options.

Return Value

array

at line 57
bool isStrict()

Returns TRUE we should be strict about what arguments and options we allow and FALSE if not.

Return Value

bool