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

Public Member Functions

 __construct (\Faker\Generator $generator)
 
 addEntity ($entity, $number, $customColumnFormatters=array(), $customModifiers=array())
 
 execute ($con=null)
 

Protected Member Functions

 getConnection ()
 

Protected Attributes

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

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

Faker\ORM\Propel\Populator::__construct ( \Faker\Generator  $generator)
Parameters
\Faker\Generator$generator

Member Function Documentation

◆ addEntity()

Faker\ORM\Propel\Populator::addEntity (   $entity,
  $number,
  $customColumnFormatters = array(),
  $customModifiers = 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\Propel\Populator::execute (   $con = null)

Populate the database using all the Entity classes previously added.

Parameters
PropelPDO$conA Propel connection object
Returns
array A list of the inserted PKs

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