PHP Class Caffeinated\Modules\Console\Commands\ModuleMigrateRefreshCommand

Inheritance: extends Illuminate\Console\Command, use trait Illuminate\Console\ConfirmableTrait
Afficher le fichier Open project: caffeinated/modules

Protected Properties

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

Méthodes publiques

Méthode Description
fire ( ) : mixed Execute the console command.

Méthodes protégées

Méthode Description
getArguments ( ) : array Get the console command arguments.
getOptions ( ) : array Get the console command options.
needsSeeding ( ) : boolean Determine if the developer has requested database seeding.
runSeeder ( $slug = null, string $database = null ) Run the module seeder command.

Method Details

fire() public méthode

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

getArguments() protected méthode

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

getOptions() protected méthode

Get the console command options.
protected getOptions ( ) : array
Résultat array

needsSeeding() protected méthode

Determine if the developer has requested database seeding.
protected needsSeeding ( ) : boolean
Résultat boolean

runSeeder() protected méthode

Run the module seeder command.
protected runSeeder ( $slug = null, string $database = null )
$database string

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