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

Public Member Functions

 __construct (\Faker\Generator $generator, Mandango $mandango)
 
 addEntity ($entity, $number, $customColumnFormatters=array())
 
 execute ()
 

Protected Attributes

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

Detailed Description

Service class for populating a database using Mandango. A Populator can populate several tables using ActiveRecord classes.

Constructor & Destructor Documentation

◆ __construct()

Faker\ORM\Mandango\Populator::__construct ( \Faker\Generator  $generator,
Mandango  $mandango 
)
Parameters
\Faker\Generator$generator
Mandango$mandango

Member Function Documentation

◆ addEntity()

Faker\ORM\Mandango\Populator::addEntity (   $entity,
  $number,
  $customColumnFormatters = array() 
)

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

Parameters
mixed$entityA Propel ActiveRecord classname, or a \Faker\ORM\Propel\EntityPopulator instance
int$numberThe number of entities to populate

◆ execute()

Faker\ORM\Mandango\Populator::execute ( )

Populate the database using all the Entity classes previously added.

Returns
array A list of the inserted entities.

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