_options, $options); if (($options['clear'] == true) || !isset($this->_translate[$locale])) { $this->_translate[$locale] = array(); } $this->_translate[$locale] = array_merge($this->_translate[$locale], $inidata); } /** * returns the adapters name * * @return string */ public function toString() { return "Ini"; } }