PHP Class Vinkla\Backup\Commands\ListCommand

Author: Vincent Klaiber ([email protected])
Inheritance: extends AbstractCommand
Afficher le fichier Open project: vinkla/laravel-backup

Protected Properties

Свойство Type Description
$description string The console command description.
$name string The console command name.

Méthodes publiques

Méthode Description
handle ( ) : integer Execute the console command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.

Method Details

getArguments() protected méthode

Get the console command arguments.
protected getArguments ( ) : array
Résultat array

handle() public méthode

Execute the console command.
public handle ( ) : integer
Résultat integer

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