PHP Класс Devise\Support\Console\DevisePublishConfigsCommand

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

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

Свойство Тип Описание
$description Necessary to let people know, in case the name wasn't clear enough.
$emptyTargets Config files that will be emptied
$name Name of the command.

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

Метод Описание
handle ( ) Run the package migrations.

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

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

Run the package migrations.
public handle ( )

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

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

Necessary to let people know, in case the name wasn't clear enough.
protected $description

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

Config files that will be emptied
protected $emptyTargets

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

Name of the command.
protected $name