Lggr
Public Member Functions | Protected Attributes | List of all members
Faker\ValidGenerator Class Reference

Public Member Functions

 __construct (Generator $generator, $validator=null, $maxRetries=10000)
 
 __get ($attribute)
 
 __call ($name, $arguments)
 

Protected Attributes

 $generator
 
 $validator
 
 $maxRetries
 

Detailed Description

Proxy for other generators, to return only valid values. Works with Faker\Generator\Base->valid()

Constructor & Destructor Documentation

◆ __construct()

Faker\ValidGenerator::__construct ( Generator  $generator,
  $validator = null,
  $maxRetries = 10000 
)
Parameters
Generator$generator
callable | null$validator
integer$maxRetries

Member Function Documentation

◆ __call()

Faker\ValidGenerator::__call (   $name,
  $arguments 
)

Catch and proxy all generator calls with arguments but return only valid values

Parameters
string$name
array$arguments
Returns
mixed

◆ __get()

Faker\ValidGenerator::__get (   $attribute)

Catch and proxy all generator calls but return only valid values

Parameters
string$attribute
Returns
mixed

The documentation for this class was generated from the following file: