PHP Class Yab\Quarx\Console\Setup

Inheritance: extends Illuminate\Console\Command, use trait Yab\Laracogs\Traits\FileMakerTrait
Mostra file Open project: YABhq/Quarx

Protected Properties

Property Type Description
$description string The console command description.
$name string The console command name.

Public Methods

Method 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.

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.

Method Details

createFactory() public method

Create the factories.
public createFactory ( ) : boolean
return boolean

dropDeadFiles() public method

Clean up dead files.
public dropDeadFiles ( )

fileManager() public method

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

fire() public method

Execute the console command.
public fire ( ) : mixed
return mixed

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$name protected_oe property

The console command name.
protected string $name
return string