示例#1
0
文件: Temp.php 项目: horde/horde
 /**
  */
 protected function _read()
 {
     try {
         return $this->_ht->getStream($this->_id);
     } catch (Exception $e) {
         throw new IMP_Compose_Exception($e);
     }
 }