interface CommandInterface

Command interface.

Constants

STATUS_SUCCESS

Success status code.

STATUS_ERROR

Error status code.

Methods

string|null
getCommand()

Returns the command.

string
getDescription()

Returns the command description.

array
getArguments()

Returns the command arguments.

Details

at line 34
string|null getCommand()

Returns the command.

Return Value

string|null

at line 41
string getDescription()

Returns the command description.

Return Value

string

at line 48
array getArguments()

Returns the command arguments.

Return Value

array