class DefaultGenerator

This generator returns a default value for all called properties and methods. It works with Faker\Generator\Base->optional().

Methods

__construct($default = null)

No description

mixed
__get( string $attribute)

No description

mixed
__call( string $method, array $attributes)

No description

Details

__construct($default = null)

Parameters

$default

mixed __get( string $attribute)

Parameters

string $attribute

Return Value

mixed

mixed __call( string $method, array $attributes)

Parameters

string $method
array $attributes

Return Value

mixed