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