Elgg  Version master
Public Member Functions | Static Public Member Functions | Protected Member Functions | List of all members
Elgg\Database\Seeds\Groups Class Reference

Seed users. More...

Inheritance diagram for Elgg\Database\Seeds\Groups:
Elgg\Database\Seeds\Seed Elgg\Database\Seeds\Seedable

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
 

Detailed Description

Seed users.

Definition at line 12 of file Groups.php.

Member Function Documentation

Elgg\Database\Seeds\Groups::getCountOptions ( )
protected

Definition at line 142 of file Groups.php.

static Elgg\Database\Seeds\Groups::getType ( )
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.


The documentation for this class was generated from the following file: