PHP Класс BackupManager\Laravel\DbListCommand

Наследование: extends Illuminate\Console\Command, use trait BackupManager\Laravel\AutoComplete
Показать файл Открыть проект

Защищенные свойства (Protected)

Свойство Тип Описание
$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

Описание методов

__construct() публичный Метод

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

fire() публичный Метод

Execute the console command.
public fire ( ) : void
Результат void

getOptions() защищенный Метод

Get the console command options.
protected getOptions ( ) : array
Результат array

Описание свойств

$description защищенное свойство

The console command description.
protected string $description
Результат string

$name защищенное свойство

The console command name.
protected string $name
Результат string