Zend_Translate_AdapterLocated in /Translate/Adapter.php (line 35)
Zend_Translate_Adapter
__construct
(string|array $data, [string|Zend_Locale $locale = null], [ $options = array()])
boolean
isTranslated
(string $messageId, [boolean $original = false], [string|Zend_Locale $locale = null])
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 ?
isTranslated (line 267)
Checks if a string is translated within the source or not returns boolean
setOptions (line 91)
Sets new adapter options
toString (line 309)
Returns the adapter name
translate (line 222)
Translates the given string returns the translation
_loadTranslationData (line 184)
Load translation data
Documentation generated on Sun, 27 May 2007 23:20:29 -0700 by phpDocumentor 1.3.2