PHP Класс Sleimanx2\Plastic\Console\Mapping\Reset

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

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

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

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

Метод Описание
__construct ( Mappings $mappings ) Reset constructor.
handle ( ) Execute the console command.

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

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

Reset constructor.
public __construct ( Mappings $mappings )
$mappings Sleimanx2\Plastic\Mappings\Mappings

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

Execute the console command.
public handle ( )

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

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

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

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

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