예제 #1
0
파일: Log.php 프로젝트: horde/horde
 /**
  * Get the current GUID
  *
  * @return string The GUID of the connected user.
  */
 public function getGuid()
 {
     return $this->_server->getGuid();
 }