Fully Qualified Name: | Zend\I18n\Translator\Loader\AbstractFileLoader |
Implements: | FileLoaderInterface |
Abstract file loader implementation; provides facilities around resolving files via the include_path.
Name | Description | Defined By |
---|---|---|
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 |
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