PHP Interface Fakerino\FakeData\FakeDataInterface

Author: Nicola Pietroluongo ([email protected])
Afficher le fichier Open project: fakerino/fakerino

Méthodes publiques

Méthode Description
__construct ( null | array $options = null ) Constructor
generatedBy ( ) : string Returns generators for processing the fake data.
getDefaultOptions ( ) : array Gets the default options.
getOption ( string $key ) : mixed Gets an option from its name.
getRequiredOptions ( ) : array Gets the required options.

Method Details

__construct() public méthode

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

generatedBy() public méthode

Returns generators for processing the fake data.
public generatedBy ( ) : string
Résultat string

getDefaultOptions() public méthode

Gets the default options.
public getDefaultOptions ( ) : array
Résultat array

getOption() public méthode

Gets an option from its name.
public getOption ( string $key ) : mixed
$key string
Résultat mixed

getRequiredOptions() public méthode

Gets the required options.
public getRequiredOptions ( ) : array
Résultat array