コード例 #1
0
ファイル: storage.php プロジェクト: BertLasker/Catch-design
 /**
  * @param int $iIdAccount
  * @param string $sType
  * @return bool
  */
 public function DeleteSocial($iIdAccount, $sType)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->DeleteSocial($iIdAccount, $sType));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }