프로퍼티 | 타입 | 설명 | |
---|---|---|---|
$description | string | The console command description. | |
$migrator | Illuminate\Database\Migrations\Migrator | The migrator instance. | |
$module | |||
$name | string | The console command name. |
메소드 | 설명 | |
---|---|---|
__construct ( Illuminate\Database\Migrations\Migrator $migrator, |
Create a new command instance. | |
fire ( ) : mixed | Execute the console command. |
메소드 | 설명 | |
---|---|---|
getArguments ( ) : array | Get the console command arguments. | |
getMigrationPaths ( ) : array | Get all of the migration paths. | |
getOptions ( ) : array | Get the console command options. |
public __construct ( Illuminate\Database\Migrations\Migrator $migrator, |
||
$migrator | Illuminate\Database\Migrations\Migrator | |
$module |
protected getArguments ( ) : array | ||
리턴 | array |
protected getMigrationPaths ( ) : array | ||
리턴 | array |
protected Migrator,Illuminate\Database\Migrations $migrator | ||
리턴 | Illuminate\Database\Migrations\Migrator |