PHP array loader.

 Methods

load(): defined by FileLoaderInterface.

load(string $locale, string $filename) : \Zend\I18n\Translator\TextDomain | null

see \Zend\I18n\Translator\Loader\FileLoaderInterface::load()

Parameters

$locale

string

$filename

string

Exceptions

\Zend\I18n\Exception\InvalidArgumentException

Returns

Indicate whether or not to use the include_path to resolve translation files

setUseIncludePath(bool $flag) : \Zend\I18n\Translator\Loader\self
Inherited

inherited_from \Zend\I18n\Translator\Loader\AbstractFileLoader::setUseIncludePath()

Parameters

$flag

bool

Returns

\Zend\I18n\Translator\Loader\self

Are we using the include_path to resolve translation files?

useIncludePath() : bool
Inherited

inherited_from \Zend\I18n\Translator\Loader\AbstractFileLoader::useIncludePath()

Returns

bool

 Properties