コード例 #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);
 }