$name
$name : string
Command name
Console command class
__construct(string $name, string $params = null, string $help = null) : \Pop\Console\Command
Instantiate the command object
string | $name | |
string | $params | |
string | $help |
setName(string $name) : \Pop\Console\Command
Set the command name
string | $name |
setParams(string $params) : \Pop\Console\Command
Set the command params
string | $params |
setHelp(string $help) : \Pop\Console\Command
Set the command help
string | $help |