コード例 #1
0
ファイル: storage.php プロジェクト: BertLasker/Catch-design
 /**
  * @param int $iUserId
  * @param string $sName
  * @return CGroup
  */
 public function GetGroupByName($iUserId, $sName)
 {
     return $this->getGroupBySql($this->oCommandCreator->GetGroupByName($iUserId, $sName));
 }