| 
    Elgg
    Version master
    
   | 
 
  
Public Member Functions | |
| seed () | |
{Populate database.
  | |
| unseed () | |
{Removed seeded rows from database.
  | |
  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... | |
  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 () | 
Get the (un)seeding type of this handler.
  | |
  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... | |
Protected Member Functions | |
| getCountOptions () | |
Get options for elgg_count_entities()
 
  | |
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 | 
Get options for elgg_count_entities()
Reimplemented from Elgg\Database\Seeds\Seed.
Definition at line 142 of file Groups.php.
      
  | 
  static | 
Get the (un)seeding type of this handler.
Reimplemented from Elgg\Database\Seeds\Seed.
Definition at line 135 of file Groups.php.
| Elgg\Database\Seeds\Groups::seed | ( | ) | 
{Populate database.
Reimplemented from Elgg\Database\Seeds\Seed.
Definition at line 17 of file Groups.php.
| Elgg\Database\Seeds\Groups::unseed | ( | ) | 
{Removed seeded rows from database.
Reimplemented from Elgg\Database\Seeds\Seed.
Definition at line 108 of file Groups.php.