class Populator

Methods

__construct( Generator $generator)

No description

getGenerator()

No description

array
getGuessers()

No description

$this
removeGuesser($name)

No description

$this
addGuesser($class)

No description

$this
addEntity($entity, $number, $customColumnFormatters = array(), $customModifiers = array())

No description

array
execute( array $options = array())

No description

Details

__construct( Generator $generator)

Parameters

Generator $generator

Generator getGenerator()

Return Value

Generator

array getGuessers()

Return Value

array

$this removeGuesser($name)

Parameters

$name

Return Value

$this

$this addGuesser($class)

Parameters

$class

Return Value

$this

Exceptions

Exception

$this addEntity($entity, $number, $customColumnFormatters = array(), $customModifiers = array())

Parameters

$entity
$number
$customColumnFormatters
$customModifiers

Return Value

$this

array execute( array $options = array())

Parameters

array $options

Return Value

array