Class AbstractFileLoader

Summary

Fully Qualified Name: Zend\I18n\Translator\Loader\AbstractFileLoader
Implements: FileLoaderInterface

Description

Abstract file loader implementation; provides facilities around resolving files via the include_path.

Methods

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

Method Details

setUseIncludePath()

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

Parameter Name Type Description
$flag bool

Returns: self

useIncludePath()

Are we using the include_path to resolve translation files?

Returns: bool

Top