Elgg
Version 2.3
|
Public Member Functions | |
__construct (PluginHooksService $hooks) | |
Seeder constructor. More... | |
seed () | |
Load seed scripts. More... | |
unseed () | |
Remove all seeded entities. More... | |
Protected Attributes | |
$hooks | |
Seeder class.
Populates the database with rows for testing
private
Definition at line 18 of file Seeder.php.
Elgg\Database\Seeder::__construct | ( | PluginHooksService | $hooks | ) |
Seeder constructor.
PluginHooksService | $hooks | Hooks registration service |
Definition at line 36 of file Seeder.php.
Elgg\Database\Seeder::seed | ( | ) |
Elgg\Database\Seeder::unseed | ( | ) |
|
protected |
Definition at line 29 of file Seeder.php.