PHP Class Fakerino\FakeData\AbstractFakeData

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

Protected Properties

Property Type Description
$defaultExtraGenerators array The default additional generators called if the main one is not available.

Public Methods

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

Method Details

__construct() final public method

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

generatedBy() public method

public generatedBy ( )

getDefaultOptions() public method

public getDefaultOptions ( )

getOption() final public method

Gets options.
final public getOption ( string $key ) : string | null
$key string
return string | null

Property Details

$defaultExtraGenerators protected_oe property

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