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

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

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

Свойство Тип Описание
$description string The console command description.
$module Nwidart\Modules\Repository
$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.
migrate ( Module $module ) : mixed Run the migration from the specified module.

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

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

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

Run the migration from the specified module.
protected migrate ( Module $module ) : mixed
$module Nwidart\Modules\Module
Результат mixed

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

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

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

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

protected Repository,Nwidart\Modules $module
Результат Nwidart\Modules\Repository

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

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