Example #1
0
File: Temp.php Project: horde/horde
 /**
  */
 protected function _read()
 {
     try {
         return $this->_ht->getStream($this->_id);
     } catch (Exception $e) {
         throw new IMP_Compose_Exception($e);
     }
 }