PHP Class Socieboy\Forum\Commands\MigrateForumCommand

Inheritance: extends Illuminate\Console\Command
Afficher le fichier Open project: socieboy/forum

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
createMigration ( $table ) : string Create a base migration file for the reminders.
getMigrationStub ( $stub ) : string Get the contents of the reminder migration stub.

Method Details

createMigration() protected méthode

Create a base migration file for the reminders.
protected createMigration ( $table ) : string
$table
Résultat string

fire() public méthode

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

getMigrationStub() protected méthode

Get the contents of the reminder migration stub.
protected getMigrationStub ( $stub ) : string
$stub
Résultat 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