Exemple #1
0
 /**
  * @param int $iIdAccount
  * @param string $sType
  *
  * @return CSocial
  */
 public function getSocial($iIdAccount, $sType)
 {
     return $this->getSocialBySql($this->oCommandCreator->getSocial((int) $iIdAccount, $sType));
 }