コード例 #1
0
ファイル: user.class.php プロジェクト: qexyorg/webMCR-1
 public function getGroupName()
 {
     if (!$this->id) {
         return false;
     }
     return GroupManager::GetNameByID($this->group);
 }