프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
__construct ( BackupManager\Filesystems\FilesystemProvider $filesystems ) | ||
fire ( ) : void | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getOptions ( ) : array | Get the console command options. |
메소드 | 설명 | |
---|---|---|
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 |