|
| __construct (Generator $generator, ObjectManager $manager=null, $batchSize=1000) |
|
| addEntity ($entity, $number, $customColumnFormatters=array(), $customModifiers=array(), $generateId=false) |
|
| execute ($entityManager=null) |
|
|
| $batchSize |
|
| $generator |
|
| $manager |
|
| $entities = array() |
|
| $quantities = array() |
|
| $generateId = array() |
|
Service class for populating a database using the Doctrine ORM or ODM. A Populator can populate several tables using ActiveRecord classes.
◆ __construct()
Faker\ORM\Doctrine\Populator::__construct |
( |
Generator |
$generator, |
|
|
ObjectManager |
$manager = null , |
|
|
|
$batchSize = 1000 |
|
) |
| |
Populator constructor.
- Parameters
-
Generator | $generator | |
ObjectManager | null | $manager | |
int | $batchSize | |
◆ addEntity()
Faker\ORM\Doctrine\Populator::addEntity |
( |
|
$entity, |
|
|
|
$number, |
|
|
|
$customColumnFormatters = array() , |
|
|
|
$customModifiers = array() , |
|
|
|
$generateId = false |
|
) |
| |
Add an order for the generation of $number records for $entity.
- Parameters
-
mixed | $entity | A Doctrine classname, or a \Faker\ORM\Doctrine\EntityPopulator instance |
int | $number | The number of entities to populate |
◆ execute()
Faker\ORM\Doctrine\Populator::execute |
( |
|
$entityManager = null | ) |
|
Populate the database using all the Entity classes previously added.
Please note that large amounts of data will result in more memory usage since the the Populator will return all newly created primary keys after executing.
- Parameters
-
null | EntityManager | $entityManager | A Doctrine connection object |
- Returns
- array A list of the inserted PKs
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/ORM/Doctrine/Populator.php