Class Ini

Summary

Fully Qualified Name: Zend\I18n\Translator\Loader\Ini
Extends: AbstractFileLoader

Description

PHP INI format loader.

Methods

Name Description Defined By
load() load(): defined by FileLoaderInterface. Ini
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

load()

load(): defined by FileLoaderInterface.

Parameter Name Type Description
$locale string
$filename string

Returns: \TextDomain|null

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