Lggr
Public Member Functions | Protected Attributes | List of all members
Faker\ORM\Spot\Populator Class Reference

Public Member Functions

 __construct (\Faker\Generator $generator, Locator $locator=null)
 
 addEntity ( $entityName, $number, $customColumnFormatters=array(), $customModifiers=array(), $useExistingData=false)
 
 execute ($locator=null)
 

Protected Attributes

 $generator
 
 $locator
 
 $entities = array()
 
 $quantities = array()
 

Detailed Description

Service class for populating a database using the Spot ORM.

Constructor & Destructor Documentation

◆ __construct()

Faker\ORM\Spot\Populator::__construct ( \Faker\Generator  $generator,
Locator  $locator = null 
)

Populator constructor.

Parameters
\Faker\Generator$generator
Locator | null$locator

Member Function Documentation

◆ addEntity()

Faker\ORM\Spot\Populator::addEntity (   $entityName,
  $number,
  $customColumnFormatters = array(),
  $customModifiers = array(),
  $useExistingData = false 
)

Add an order for the generation of $number records for $entity.

Parameters
$entityNamestring Name of Entity object to generate
$numberint The number of entities to populate
$customColumnFormattersarray
$customModifiersarray
$useExistingDatabool Should we use existing rows (e.g. roles) to populate relations?

◆ execute()

Faker\ORM\Spot\Populator::execute (   $locator = null)

Populate the database using all the Entity classes previously added.

Parameters
Locator$locatorA Spot locator
Returns
array A list of the inserted PKs

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