Populator
class Populator
Service class for populating a database using Mandango.
A Populator can populate several tables using ActiveRecord classes.
Methods
addEntity($entity, $number, $customColumnFormatters = array())
Add an order for the generation of $number records for $entity.
array
execute()
Populate the database using all the Entity classes previously added.