PHP Class Bkwld\Croppa\Commands\Purge

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: bkwld/croppa

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.
$storage Bkwld\Croppa\Storage

Méthodes publiques

Méthode Description
__construct ( Bkwld\Croppa\Storage $storage ) Dependency inject
fire ( ) : void Execute the console command

Méthodes protégées

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

Method Details

__construct() public méthode

Dependency inject
public __construct ( Bkwld\Croppa\Storage $storage )
$storage Bkwld\Croppa\Storage

fire() public méthode

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

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

$storage protected_oe property

protected Storage,Bkwld\Croppa $storage
Résultat Bkwld\Croppa\Storage