Beispiel #1
0
 /**
  * @param int $iUserId
  * @param string $sName
  * @return CGroup
  */
 public function getGroupByName($iUserId, $sName)
 {
     return $this->getGroupBySql($this->oCommandCreator->getGroupByName($iUserId, $sName));
 }