Fully Qualified Name: | Zend\I18n\Translator\Loader\PhpArray |
Extends: | AbstractFileLoader |
PHP array loader.
Name | Description | Defined By |
---|---|---|
load() | load(): defined by FileLoaderInterface. | PhpArray |
setUseIncludePath() | Indicate whether or not to use the include_path to resolve translation files | AbstractFileLoader |
useIncludePath() | Are we using the include_path to resolve translation files? | AbstractFileLoader |
load(): defined by FileLoaderInterface.
Parameter Name | Type | Description |
---|---|---|
$locale | string | |
$filename | string |
Returns: \TextDomain|null
Indicate whether or not to use the include_path to resolve translation files
Parameter Name | Type | Description |
---|---|---|
$flag | bool |
Returns: self
Are we using the include_path to resolve translation files?
Returns: bool