PHP Класс Caffeinated\Modules\Console\Commands\ModuleMigrateRefreshCommand

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

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

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

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

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

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

Метод Описание
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.
needsSeeding ( ) : boolean Determine if the developer has requested database seeding.
runSeeder ( $slug = null, string $database = null ) Run the module seeder command.

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

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

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

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

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

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

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

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

Determine if the developer has requested database seeding.
protected needsSeeding ( ) : boolean
Результат boolean

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

Run the module seeder command.
protected runSeeder ( $slug = null, string $database = null )
$database string

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

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

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

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

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