Public Member Functions | Protected Member Functions

Zend_Translate_Adapter_Ini Class Reference

Inheritance diagram for Zend_Translate_Adapter_Ini:
Zend_Translate_Adapter

Public Member Functions

 __construct ($data, $locale=null, array $options=array())
 toString ()

Protected Member Functions

 _loadTranslationData ($data, $locale, array $options=array())

Detailed Description

Definition at line 34 of file Ini.php.


Constructor & Destructor Documentation

__construct ( data,
locale = null,
array $  options = array() 
)

Generates the adapter

Parameters:
array$dataTranslation data
string | Zend_Locale$localeOPTIONAL Locale/Language to set, identical with locale identifier, see Zend_Locale for more information
array$optionsOPTIONAL Options to set

Reimplemented from Zend_Translate_Adapter.

Definition at line 46 of file Ini.php.


Member Function Documentation

_loadTranslationData ( data,
locale,
array $  options = array() 
) [protected]

Load translation data

Parameters:
string | array$data
string$localeLocale/Language to add data for, identical with locale identifier, see Zend_Locale for more information
array$optionsOPTIONAL Options to use
Exceptions:
Zend_Translate_ExceptionIni file not found
Returns:
array

Reimplemented from Zend_Translate_Adapter.

Definition at line 61 of file Ini.php.

toString (  )

returns the adapters name

Returns:
string

Reimplemented from Zend_Translate_Adapter.

Definition at line 83 of file Ini.php.


The documentation for this class was generated from the following file: