\Mine\Command\SeederMineSeederRun

Class MineSeederRun

Summary

Methods
Properties
Constants
__construct()
handle()
No public properties found
No constants found
getArguments()
getOptions()
getSeederPath()
$name
$description
$seed
$module
N/A
No private methods found
No private properties found
N/A

Properties

$name

$name : string

The console command name.

Type

string

$description

$description : string

The console command description.

Type

string

$seed

$seed : \Hyperf\Database\Seeders\Seed

The seed instance.

Type

\Hyperf\Database\Seeders\Seed

$module

$module : 

Type

Methods

__construct()

__construct(\Hyperf\Database\Seeders\Seed  $seed) 

Create a new seed command instance.

Parameters

\Hyperf\Database\Seeders\Seed $seed

handle()

handle() 

Handle the current command.

getArguments()

getArguments() 

getOptions()

getOptions() : array

Get the console command options.

Returns

array

getSeederPath()

getSeederPath()