Zend_Translate_AdapterLocated in /Translate/Adapter.php (line 35)
Zend_Translate_Adapter
__construct
(string|array $data, [string|Zend_Locale $locale = null], [ $options = array()])
array
$_languages
= array() (line 48)
Table of all supported languages
string|null
$_locale
(line 41)
Current locale/language
array
$_options
= array('clear' => false) (line 55)
Array with all options, each adapter can have own additional options
array
$_translate
= array() (line 62)
Translation table
Constructor __construct (line 74)
Generates the adapter
addTranslation (line 199)
Add translation data
It may be a new language or additional data for existing language If $clear parameter is true, then translation data for specified language is replaced and added otherwise
getList (line 155)
Returns the avaiable languages from this adapter
getOptions (line 105)
Returns the adapters name and it's options
isAvailable (line 168)
Is the wished language avaiable ?
setOptions (line 91)
Sets new adapter options
toString (line 260)
Returns the adapter name
translate (line 222)
Translates the given string returns the translation
_loadTranslationData (line 184)
Load translation data
Documentation generated on Sat, 05 May 2007 11:52:13 -0700 by phpDocumentor 1.3.2