Detailed Description
Definition at line 36 of file Tbx.php.
Constructor & Destructor Documentation
__construct |
( |
$ |
data, |
|
|
$ |
locale = null , |
|
|
array $ |
options = array() |
|
) |
| |
Generates the tbx adapter This adapter reads with php's xml_parser
- Parameters:
-
string | $data | Translation data |
string | Zend_Locale | $locale | OPTIONAL Locale/Language to set, identical with locale identifier, see Zend_Locale for more information |
array | $options | OPTIONAL Options to set |
Reimplemented from Zend_Translate_Adapter.
Definition at line 55 of file Tbx.php.
Member Function Documentation
_loadTranslationData |
( |
$ |
filename, |
|
|
$ |
locale, |
|
|
array $ |
options = array() |
|
) |
| [protected] |
Load translation data (TBX file reader)
- Parameters:
-
string | $filename | TBX file to add, full path must be given for access |
string | $locale | Locale has no effect for TBX because TBX defines all languages within the source file |
array | $option | OPTIONAL Options to use |
- Exceptions:
-
Zend_Translation_Exception | |
- Returns:
- array
Reimplemented from Zend_Translate_Adapter.
Definition at line 70 of file Tbx.php.
The documentation for this class was generated from the following file:
- E:/E/GEAMP/www/openbiz/openbiz/others/Zend/Translate/Adapter/Tbx.php