class Factory extends Factory

Constants

DEFAULT_LOCALE

Properties

static protected $defaultProviders from  Factory

Methods

static Generator
create(string $locale = self::DEFAULT_LOCALE)

Create a new generator

from  Factory
static string
getProviderClassname(string $provider, string $locale = '')

No description

from  Factory
static string
findProviderClassname(string $provider, string $locale = '')

No description

from  Factory

Details

in Factory at line 23
static Generator create(string $locale = self::DEFAULT_LOCALE)

Create a new generator

Parameters

string $locale

Return Value

Generator

in Factory at line 39
static protected string getProviderClassname(string $provider, string $locale = '')

No description

Parameters

string $provider
string $locale

Return Value

string

in Factory at line 60
static protected string findProviderClassname(string $provider, string $locale = '')

No description

Parameters

string $provider
string $locale

Return Value

string