class Seeder (View source)

Methods

void
run()

Run the database seeds.

void
call( string $class)

Seed the given connection from the given path.

$this
setContainer( Container $container)

Set the IoC container instance.

$this
setCommand( Command $command)

Set the console command instance.

Details

at line line 29
abstract void run()

Run the database seeds.

Return Value

void

at line line 37
void call( string $class)

Seed the given connection from the given path.

Parameters

string $class

Return Value

void

at line line 75
$this setContainer( Container $container)

Set the IoC container instance.

Parameters

Container $container

Return Value

$this

at line line 88
$this setCommand( Command $command)

Set the console command instance.

Parameters

Command $command

Return Value

$this