PHP Class Fakerino\FakeData\AbstractFakeData

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

Protected Properties

Свойство Type Description
$defaultExtraGenerators array The default additional generators called if the main one is not available.

Méthodes publiques

Méthode Description
__construct ( null | array $options = null ) Constructor
generatedBy ( )
getDefaultOptions ( )
getOption ( string $key ) : string | null Gets options.

Method Details

__construct() final public méthode

Constructor
final public __construct ( null | array $options = null )
$options null | array

generatedBy() public méthode

public generatedBy ( )

getDefaultOptions() public méthode

public getDefaultOptions ( )

getOption() final public méthode

Gets options.
final public getOption ( string $key ) : string | null
$key string
Résultat string | null

Property Details

$defaultExtraGenerators protected_oe property

The default additional generators called if the main one is not available.
protected array $defaultExtraGenerators
Résultat array