PHP Класс Laratrust\MakeSeederCommand

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

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

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

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

Метод Описание
fire ( ) : void Execute the console command.

Защищенные методы

Метод Описание
createSeeder ( ) : boolean Create the seeder
getMigrationPath ( ) : string Get the seeder path.

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

createSeeder() защищенный Метод

Create the seeder
protected createSeeder ( ) : boolean
Результат boolean

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

Execute the console command.
public fire ( ) : void
Результат void

getMigrationPath() защищенный Метод

Get the seeder path.
protected getMigrationPath ( ) : string
Результат string

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

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

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

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

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