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

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

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

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

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

Метод Описание
__construct ( Illuminate\Container\Container $app ) Setup the application container as we'll need this for running migrations.
handle ( ) Run the package migrations.

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

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

Setup the application container as we'll need this for running migrations.
public __construct ( Illuminate\Container\Container $app )
$app Illuminate\Container\Container

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

Run the package migrations.
public handle ( )

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

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

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

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

Name of the command.
protected $name