예제 #1
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Get the parent GUID of this object.
  *
  * @param string $guid The GUID of the child.
  *
  * @return string the parent GUID of this object.
  */
 public function getParentGuid($guid)
 {
     return $this->_server->getParentGuid($guid);
 }