PHP Class BackupManager\Laravel\DbListCommand

Inheritance: extends Illuminate\Console\Command, use trait BackupManager\Laravel\AutoComplete
Mostrar archivo Open project: backup-manager/laravel

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method Description
__construct ( BackupManager\Filesystems\FilesystemProvider $filesystems )
fire ( ) : void Execute the console command.

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.

Private Methods

Method Description
askPath ( )
askSource ( )
displayMissingArguments ( ) : void
formatBytes ( $bytes, integer $precision = 2 ) : string
isMissingArguments ( ) : boolean
promptForMissingArgumentValues ( ) : void
reaskArguments ( ) : void Get the console command options.
validateArguments ( ) : void

Method Details

__construct() public method

public __construct ( BackupManager\Filesystems\FilesystemProvider $filesystems )
$filesystems BackupManager\Filesystems\FilesystemProvider

fire() public method

Execute the console command.
public fire ( ) : void
return void

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$name protected_oe property

The console command name.
protected string $name
return string