Method | Description | |
---|---|---|
__construct ( |
Creates a new resolved command. | |
getArgs ( ) : |
Returns the parsed console arguments. | |
getCommand ( ) : |
Returns the command. |
public __construct ( |
||
$command | The command. | |
$args | The console arguments. |
public getArgs ( ) : |
||
return | The parsed console arguments. |
public getCommand ( ) : |
||
return | The command. |