PHP Класс Laratrust\SetupCommand

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

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

Свойство Тип Описание
$calls array Commands to call with their description
$description string The console command description.
$name string The console command name.

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

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

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

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

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

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

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

Commands to call with their description
protected array $calls
Результат array

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

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

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

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