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