PHP Class Yab\Quarx\Console\Setup

Inheritance: extends Illuminate\Console\Command, use trait Yab\Laracogs\Traits\FileMakerTrait
Afficher le fichier Open project: YABhq/Quarx

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
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.

Méthodes protégées

Méthode Description
getOptions ( ) : array Get the console command options.

Method Details

createFactory() public méthode

Create the factories.
public createFactory ( ) : boolean
Résultat boolean

dropDeadFiles() public méthode

Clean up dead files.
public dropDeadFiles ( )

fileManager() public méthode

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

fire() public méthode

Execute the console command.
public fire ( ) : mixed
Résultat mixed

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

Property Details

$description protected_oe property

The console command description.
protected string $description
Résultat string

$name protected_oe property

The console command name.
protected string $name
Résultat string