PHP Класс App\Console\Commands\Webloyer\Install

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

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

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

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

Метод Описание
__construct ( ) : void Create a new command instance.
handle ( App\Repositories\Setting\AppSettingInterface $appSetting, App\Repositories\Setting\DbSettingInterface $dbSetting, App\Repositories\User\UserInterface $userRepository ) : void Execute the console command.

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

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

Create a new command instance.
public __construct ( ) : void
Результат void

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

Execute the console command.
public handle ( App\Repositories\Setting\AppSettingInterface $appSetting, App\Repositories\Setting\DbSettingInterface $dbSetting, App\Repositories\User\UserInterface $userRepository ) : void
$appSetting App\Repositories\Setting\AppSettingInterface
$dbSetting App\Repositories\Setting\DbSettingInterface
$userRepository App\Repositories\User\UserInterface
Результат void

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

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

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

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

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