interface LoaderInterface

Loader interface.

Methods

array|null
loadInflection(string $language)

Returns inflection rules or NULL if they doesn't exist.

array
loadStrings(string $language, string $file)

Loads and returns language strings.

Details

at line 23
array|null loadInflection(string $language)

Returns inflection rules or NULL if they doesn't exist.

Parameters

string $language Name of the language pack

Return Value

array|null

at line 32
array loadStrings(string $language, string $file)

Loads and returns language strings.

Parameters

string $language Name of the language pack
string $file File we want to load

Return Value

array