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

Public Member Functions

 addProvider ($provider)
 
 getProviders ()
 
 seed ($seed=null)
 
 format ($formatter, $arguments=array())
 
 getFormatter ($formatter)
 
 parse ($string)
 
 __get ($attribute)
 
 __call ($method, $attributes)
 

Protected Member Functions

 callFormatWithMatches ($matches)
 

Protected Attributes

 $providers = array()
 
 $formatters = array()
 

Member Function Documentation

◆ __call()

Faker\Generator::__call (   $method,
  $attributes 
)
Parameters
string$method
array$attributes
Returns
mixed

◆ __get()

Faker\Generator::__get (   $attribute)
Parameters
string$attribute
Returns
mixed

◆ getFormatter()

Faker\Generator::getFormatter (   $formatter)
Parameters
string$formatter
Returns
Callable

◆ parse()

Faker\Generator::parse (   $string)

Replaces tokens ('{{ tokenName }}') with the result from the token method call

Parameters
string$stringString that needs to bet parsed
Returns
string

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