Свойство | Type | Description | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
Méthode | Description | |
---|---|---|
__construct ( BackupManager\Filesystems\FilesystemProvider $filesystems ) | ||
fire ( ) : void | Execute the console command. |
Méthode | Description | |
---|---|---|
getOptions ( ) : array | Get the console command options. |
Méthode | Description | |
---|---|---|
askPath ( ) | ||
askSource ( ) | ||
displayMissingArguments ( ) : void | ||
formatBytes ( $bytes, integer $precision = 2 ) : string | ||
isMissingArguments ( ) : boolean | ||
promptForMissingArgumentValues ( ) : void | ||
reaskArguments ( ) : void | Get the console command options. | |
validateArguments ( ) : void |
public __construct ( BackupManager\Filesystems\FilesystemProvider $filesystems ) | ||
$filesystems | BackupManager\Filesystems\FilesystemProvider |
protected getOptions ( ) : array | ||
Résultat | array |
protected string $description | ||
Résultat | string |