Lggr
|
Public Member Functions | |
__construct ($class) | |
getClass () | |
setColumnFormatters ($columnFormatters) | |
getColumnFormatters () | |
mergeColumnFormattersWith ($columnFormatters) | |
guessColumnFormatters (\Faker\Generator $generator) | |
setModifiers ($modifiers) | |
getModifiers () | |
mergeModifiersWith ($modifiers) | |
guessModifiers (\Faker\Generator $generator) | |
execute ($con, $insertedEntities) | |
Protected Member Functions | |
isColumnBehavior (ColumnMap $columnMap) | |
Protected Attributes | |
$class | |
$columnFormatters = array() | |
$modifiers = array() | |
Service class for populating a table through a Propel ActiveRecord class.
Faker\ORM\Propel\EntityPopulator::__construct | ( | $class | ) |
Class constructor.
string | $class | A Propel ActiveRecord classname |
Faker\ORM\Propel\EntityPopulator::execute | ( | $con, | |
$insertedEntities | |||
) |
Insert one new record using the Entity class.
Faker\ORM\Propel\EntityPopulator::getClass | ( | ) |
Faker\ORM\Propel\EntityPopulator::getColumnFormatters | ( | ) |
Faker\ORM\Propel\EntityPopulator::getModifiers | ( | ) |
Faker\ORM\Propel\EntityPopulator::guessColumnFormatters | ( | \Faker\Generator | $generator | ) |
\Faker\Generator | $generator |
Faker\ORM\Propel\EntityPopulator::guessModifiers | ( | \Faker\Generator | $generator | ) |
\Faker\Generator | $generator |
|
protected |
ColumnMap | $columnMap |