Esempio n. 1
0
 /**
  * @param int $iUserId
  * @param mixed $mGroupId
  * @return CGroup
  */
 public function GetGroupById($iUserId, $mGroupId)
 {
     return $this->getGroupBySql($this->oCommandCreator->GetGroupById($iUserId, (int) $mGroupId));
 }