class Factory

Constants

DEFAULT_LOCALE

Properties

static protected $defaultProviders

Methods

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

Create a new generator

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

No description

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

No description

Details

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

Create a new generator

Parameters

string $locale

Return Value

Generator

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

No description

Parameters

string $provider
string $locale

Return Value

string

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

No description

Parameters

string $provider
string $locale

Return Value

string