Class CApiTwofactorauthStorage
-
AApiManagerStorage
-
CApiTwofactorauthStorage
Methods summary
public
|
#
__construct( CApiGlobalManager $sAuthName, CApiGlobalManager & $oManager )
Parameters
- $sAuthName
- $oManager
- $oManager
|
public
array
|
#
getAccounts( integer $iIdAccount )
|
public
string
|
#
getAccount( integer $iIdAccount, integer $iType )
Parameters
Returns
string
|
public
CAccount
|
#
getAccountById( string $sIdAccount, integer $iType )
|
public
|
#
createAccount( CAccount & $oObject, $sAuthType, $iDataType, $sDataValue )
Parameters
- $oObject
- $sAuthType
- $iDataType
- $sDataValue
|
public
|
#
updateAccount( CAccount & $oObject, $sAuthType, $iDataType, $sDataValue )
Parameters
- $oObject
- $sAuthType
- $iDataType
- $sDataValue
|
public
boolean
|
#
deleteAccount( integer $iIdAccount, integer $iType )
Parameters
Returns
boolean
|
public
|
#
deleteAccountByAccountId( $iIdAccount )
|
public
string
|
#
isAccountExists( integer $iType, string $sIdAccount )
Parameters
Returns
string
|