interface CommandInterface

Command interface.

Constants

STATUS_SUCCESS

Success status code.

STATUS_ERROR

Error status code.

Methods

string
getDescription()

Returns the command description.

array
getArguments()

Returns the command arguments.

Details

at line 36
string getDescription()

Returns the command description.

Return Value

string

at line 43
array getArguments()

Returns the command arguments.

Return Value

array