|
| addProvider ($provider) |
|
| getProviders () |
|
| seed ($seed=null) |
|
| format ($formatter, $arguments=array()) |
|
| getFormatter ($formatter) |
|
| parse ($string) |
|
| __get ($attribute) |
|
| __call ($method, $attributes) |
|
|
| callFormatWithMatches ($matches) |
|
|
| $providers = array() |
|
| $formatters = array() |
|
◆ __call()
Faker\Generator::__call |
( |
|
$method, |
|
|
|
$attributes |
|
) |
| |
- Parameters
-
string | $method | |
array | $attributes | |
- Returns
- mixed
◆ __get()
Faker\Generator::__get |
( |
|
$attribute | ) |
|
◆ getFormatter()
Faker\Generator::getFormatter |
( |
|
$formatter | ) |
|
- Parameters
-
- Returns
- Callable
◆ parse()
Faker\Generator::parse |
( |
|
$string | ) |
|
Replaces tokens ('{{ tokenName }}') with the result from the token method call
- Parameters
-
string | $string | String that needs to bet parsed |
- Returns
- string
The documentation for this class was generated from the following file:
- vendor/fzaninotto/faker/src/Faker/Generator.php