コード例 #1
0
ファイル: storage.php プロジェクト: Git-Host/email
 /**
  * @param int $iIdAccount
  * @param string $sType
  * @return CTwofactorauth
  */
 public function getAccount($iIdAccount, $sType)
 {
     return $this->getAccountBySql($this->oCommandCreator->getAccount((int) $iIdAccount, $sType));
 }