PHP Класс Nwidart\Modules\Commands\SeedCommand

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

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

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

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

Метод Описание
fire ( ) : mixed Execute the console command.
getModuleByName ( $name ) : Module
getModuleRepository ( ) : Repository
getSeederName ( string $name ) : string Get master database seeder name for the specified module.
moduleSeed ( Module $module ) : void

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

Метод Описание
dbSeed ( string $className ) : array Seed the specified module.
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.

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

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

Seed the specified module.
protected dbSeed ( string $className ) : array
$className string
Результат array

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

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

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

Get the console command arguments.
protected getArguments ( ) : array
Результат array

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

public getModuleByName ( $name ) : Module
$name
Результат Nwidart\Modules\Module

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

public getModuleRepository ( ) : Repository
Результат Nwidart\Modules\Repository

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

Get the console command options.
protected getOptions ( ) : array
Результат array

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

Get master database seeder name for the specified module.
public getSeederName ( string $name ) : string
$name string
Результат string

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

public moduleSeed ( Module $module ) : void
$module Nwidart\Modules\Module
Результат void

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

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

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

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

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