Elgg
Version 6.1
|
Public Member Functions | |
seed () | |
{} More... | |
unseed () | |
{} More... | |
Public Member Functions inherited from Elgg\Database\Seeds\Seed | |
__construct (array $options=[]) | |
Seed constructor. More... | |
getCount () | |
Get the count of the seeded entities. More... | |
advance (int $step=1) | |
Advance progressbar. More... | |
seed () | |
Populate database. More... | |
unseed () | |
Removed seeded rows from database. More... | |
Public Member Functions inherited from Elgg\Database\Seeds\Seedable | |
createUser (array $properties=[]) | |
Create a new fake user. More... | |
createGroup (array $properties=[]) | |
Create a new fake group. More... | |
createObject (array $properties=[]) | |
Create a new fake object. More... | |
createSite (array $properties=[]) | |
Create a new fake site. More... | |
Static Public Member Functions | |
static | getType () |
Static Public Member Functions inherited from Elgg\Database\Seeds\Seed | |
static | register (\Elgg\Event $event) |
Register this class for seeding. More... | |
static | getDefaultLimit () |
Get the default number of content to seed. More... | |
static | getType () |
Get the (un)seeding type of this handler. More... | |
Protected Member Functions | |
getCountOptions () | |
Protected Member Functions inherited from Elgg\Database\Seeds\Seed | |
getCountOptions () | |
Get options for elgg_count_entities() More... | |
Additional Inherited Members | |
Protected Attributes inherited from Elgg\Database\Seeds\Seed | |
int | $limit |
bool | $create = false |
int | $seeded_counter = 0 |
Seed users.
Definition at line 12 of file Groups.php.
|
protected |
Definition at line 142 of file Groups.php.
|
static |
Definition at line 135 of file Groups.php.
Elgg\Database\Seeds\Groups::seed | ( | ) |
{}
Definition at line 17 of file Groups.php.
Elgg\Database\Seeds\Groups::unseed | ( | ) |
{}
Definition at line 108 of file Groups.php.