PHP Class Stolz\Assets\Laravel\LegacyFlushPipelineCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: stolz/assets

Protected Properties

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

Public Methods

Method Description
fire ( ) : void Execute the console command.

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.
purgeDir ( string $directory ) : boolean Purge directory.

Method Details

fire() public method

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

getOptions() protected method

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

purgeDir() protected method

Purge directory.
protected purgeDir ( string $directory ) : boolean
$directory string
return boolean

Property Details

$description protected property

The console command description.
protected string $description
return string

$name protected property

The console command name.
protected string $name
return string