示例#1
0
文件: Mcached.php 项目: horde/horde
 /**
  * Distill the server side object information to save.
  *
  * @param array &$info The information about the object.
  *
  * @return NULL.
  *
  * @throws Horde_Kolab_Server_Exception If the given information contains errors.
  */
 public function prepareObjectInformation(array &$info)
 {
     $this->_object->prepareObjectInformation($info);
 }