PHP Class Ipalaus\Geonames\Commands\SeedCommand

Inheritance: extends Illuminate\Database\Console\Seeds\SeedCommand
Show file Open project: ipalaus/geonames

Protected Properties

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

Protected Methods

Method Description
getOptions ( ) : array Get the console command options.

Method Details

getOptions() protected method

Get the console command options.
protected getOptions ( ) : array
return array

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