PHP Class Vinkla\Backup\Commands\ListCommand

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

Protected Properties

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

Public Methods

Method Description
handle ( ) : integer Execute the console command.

Protected Methods

Method Description
getArguments ( ) : array Get the console command arguments.

Method Details

getArguments() protected method

Get the console command arguments.
protected getArguments ( ) : array
return array

handle() public method

Execute the console command.
public handle ( ) : integer
return integer

Property Details

$description protected_oe property

The console command description.
protected string $description
return string

$name protected_oe property

The console command name.
protected string $name
return string