PHP Class App\Console\Commands\PruneData

Inheritance: extends Illuminate\Console\Command
Show file Open project: hillelcoren/invoice-ninja

Protected Properties

Property Type Description
$description string
$name string

Public Methods

Method Description
fire ( )

Protected Methods

Method Description
getArguments ( ) : array
getOptions ( ) : array

Method Details

fire() public method

public fire ( )

getArguments() protected method

protected getArguments ( ) : array
return array

getOptions() protected method

protected getOptions ( ) : array
return array

Property Details

$description protected property

protected string $description
return string

$name protected property

protected string $name
return string