示例#1
0
文件: Mcached.php 项目: horde/horde
 /**
  * Generates an ID for the given information.
  *
  * @param array &$info The data of the object.
  *
  * @return string The ID.
  */
 public function generateId(array &$info)
 {
     $this->_object->generateId($info);
 }