PHP Класс REBELinBLUE\Deployer\Console\Commands\CreateUser

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

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

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

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

Метод Описание
__construct ( REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface $repository ) Create a new command instance.
handle ( ) Execute the console command.

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

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

.
public __construct ( REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface $repository )
$repository REBELinBLUE\Deployer\Contracts\Repositories\UserRepositoryInterface

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

Execute the console command.
public handle ( )

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

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

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

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

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