PHP Class Clockwork\Support\Lumen\ClockworkCleanCommand

Inheritance: extends Illuminate\Console\Command
Show file Open project: itsgoingd/clockwork

Protected Properties

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

Public Methods

Method Description
__construct ( ) : void Create a new command instance.
fire ( ) : void Execute the console command.
getOptions ( )

Method Details

__construct() public method

Create a new command instance.
public __construct ( ) : void
return void

fire() public method

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

getOptions() public method

public getOptions ( )

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