PHP Класс Yab\Quarx\Console\Setup

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

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

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

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

Метод Описание
createFactory ( ) : boolean Create the factories.
dropDeadFiles ( ) Clean up dead files.
fileManager ( ) Clean up files from the install of Laracogs etc.
fire ( ) : mixed Execute the console command.

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

Метод Описание
getOptions ( ) : array Get the console command options.

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

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

Create the factories.
public createFactory ( ) : boolean
Результат boolean

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

Clean up dead files.
public dropDeadFiles ( )

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

Clean up files from the install of Laracogs etc.
public fileManager ( )

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

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

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

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

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

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

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

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

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