PHP Class BackupManager\Laravel\DbListCommand

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

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

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

Méthodes protégées

Méthode Description
getOptions ( ) : array Get the console command options.

Private Methods

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

Method Details

__construct() public méthode

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

fire() public méthode

Execute the console command.
public fire ( ) : void
Résultat void

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string