Populator
class Populator
Service class for populating a database using the Spot ORM.
Methods
addEntity($entityName, $number, $customColumnFormatters = array(), $customModifiers = array(), $useExistingData = false)
Add an order for the generation of $number records for $entity.
array
execute(
Locator $locator = null)
Populate the database using all the Entity classes previously added.