PHP Class Fakerino\FakeData\AbstractFakeDataGenerator

Author: Nicola Pietroluongo ([email protected])
Inheritance: implements Fakerino\FakeData\FakeDataGeneratorInterface
Afficher le fichier Open project: fakerino/fakerino

Protected Properties

Свойство Type Description
$caller Fakerino\FakeData\FakeDataInterface

Méthodes publiques

Méthode Description
generate ( )
getOption ( string $key ) : mixed Gets the options useful for the generate process.
setCaller ( Fakerino\FakeData\FakeDataInterface $fakeData ) Sets the class that calls this generator.

Method Details

generate() abstract public méthode

abstract public generate ( )

getOption() public méthode

Gets the options useful for the generate process.
public getOption ( string $key ) : mixed
$key string
Résultat mixed

setCaller() public méthode

Sets the class that calls this generator.
public setCaller ( Fakerino\FakeData\FakeDataInterface $fakeData )
$fakeData Fakerino\FakeData\FakeDataInterface

Property Details

$caller protected_oe property

protected FakeDataInterface,Fakerino\FakeData $caller
Résultat Fakerino\FakeData\FakeDataInterface