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