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