Lggr
|
Public Member Functions | |
__construct (Mapper $mapper, Locator $locator, $useExistingData=false) | |
getMapper () | |
setColumnFormatters ($columnFormatters) | |
getColumnFormatters () | |
mergeColumnFormattersWith ($columnFormatters) | |
setModifiers (array $modifiers) | |
getModifiers () | |
mergeModifiersWith (array $modifiers) | |
guessColumnFormatters (Generator $generator) | |
execute ($insertedEntities) | |
Public Attributes | |
const | RELATED_FETCH_COUNT = 10 |
Protected Attributes | |
$mapper | |
$locator | |
$columnFormatters = array() | |
$modifiers = array() | |
$useExistingData = false | |
Service class for populating a table through a Spot Entity class.
Faker\ORM\Spot\EntityPopulator::__construct | ( | Mapper | $mapper, |
Locator | $locator, | ||
$useExistingData = false |
|||
) |
Class constructor.
Mapper | $mapper | |
Locator | $locator | |
$useExistingData |
Faker\ORM\Spot\EntityPopulator::execute | ( | $insertedEntities | ) |
Insert one new record using the Entity class.
$insertedEntities |
Faker\ORM\Spot\EntityPopulator::getColumnFormatters | ( | ) |
Faker\ORM\Spot\EntityPopulator::getMapper | ( | ) |
Faker\ORM\Spot\EntityPopulator::getModifiers | ( | ) |
Faker\ORM\Spot\EntityPopulator::guessColumnFormatters | ( | Generator | $generator | ) |
Generator | $generator |
Faker\ORM\Spot\EntityPopulator::mergeColumnFormattersWith | ( | $columnFormatters | ) |
$columnFormatters |
Faker\ORM\Spot\EntityPopulator::mergeModifiersWith | ( | array | $modifiers | ) |
array | $modifiers |
Faker\ORM\Spot\EntityPopulator::setColumnFormatters | ( | $columnFormatters | ) |
$columnFormatters |
Faker\ORM\Spot\EntityPopulator::setModifiers | ( | array | $modifiers | ) |
array | $modifiers |
const Faker\ORM\Spot\EntityPopulator::RELATED_FETCH_COUNT = 10 |
When fetching existing data - fetch only few first rows.