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