Property | Type | Description | |
---|---|---|---|
$availableArguments | array | Available command arguments, and their mapping to options | |
$options | array | Available command options | |
$responseHandler | integer | Tells which class handles the response |
Method | Description | |
---|---|---|
getCommand ( ) : string | Get command | |
setArguments ( array $arguments ) | Set arguments for the command |
public setArguments ( array $arguments ) | ||
$arguments | array | Arguments |
protected array $availableArguments | ||
return | array |
protected int $responseHandler | ||
return | integer |