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

Public Member Functions

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

Protected Attributes

 $generator
 
 $maxRetries
 
 $uniques = array()
 

Detailed Description

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

Constructor & Destructor Documentation

◆ __construct()

Faker\UniqueGenerator::__construct ( Generator  $generator,
  $maxRetries = 10000 
)
Parameters
Generator$generator
integer$maxRetries

Member Function Documentation

◆ __call()

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

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

Parameters
string$name
array$arguments
Returns
mixed

◆ __get()

Faker\UniqueGenerator::__get (   $attribute)

Catch and proxy all generator calls but return only unique values

Parameters
string$attribute
Returns
mixed

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