Property | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. | |
$storage | Bkwld\Croppa\Storage |
Method | Description | |
---|---|---|
__construct ( Bkwld\Croppa\Storage $storage ) | Dependency inject | |
fire ( ) : void | Execute the console command |
Method | Description | |
---|---|---|
getOptions ( ) : array; | Get the console command options |
public __construct ( Bkwld\Croppa\Storage $storage ) | ||
$storage | Bkwld\Croppa\Storage |
protected getOptions ( ) : array; | ||
return | array; |
protected string $description | ||
return | string |