Esempio n. 1
0
 /**
  * @param CSocial &$oSocial
  * @return bool
  */
 public function UpdateSocial(\CSocial &$oSocial)
 {
     $bResult = $this->oConnection->Execute($this->oCommandCreator->UpdateSocial($oSocial));
     $this->throwDbExceptionIfExist();
     return $bResult;
 }