|
| $generator |
|
| $maxRetries |
|
| $uniques = array() |
|
Proxy for other generators, to return only unique values. Works with Faker\Generator\Base->unique()
◆ __construct()
Faker\UniqueGenerator::__construct |
( |
Generator |
$generator, |
|
|
|
$maxRetries = 10000 |
|
) |
| |
◆ __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
-
- Returns
- mixed
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/UniqueGenerator.php