PHP Класс Vinkla\Backup\Commands\ListCommand

Автор: Vincent Klaiber ([email protected])
Наследование: extends AbstractCommand
Показать файл Открыть проект

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

Свойство Тип Описание
$description string The console command description.
$name string The console command name.

Открытые методы

Метод Описание
handle ( ) : integer Execute the console command.

Защищенные методы

Метод Описание
getArguments ( ) : array Get the console command arguments.

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

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

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

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

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

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

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

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

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

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