Registrar extends Registrar implements SupportChecker uses RussianProvider
AbstractYes
Table of Contents
Interfaces
Methods
- __construct() : mixed
- canUse() : bool
- confirmRegistration() : Result
- getCallbackUrl() : string
- getExternalManageUrl() : string
- getHostUrl() : string
- getOwnerInfo() : array{api_key: string, sender_id: array}
- isConfirmed() : bool
- isRegistered() : bool
- isSupported() : bool
- register() : Result
- resetCallback() : Result
- sendConfirmationCode() : Result
- sync() : Registrar
Methods
__construct()
public
__construct(string $providerId, OptionManager $optionManager, EdnaRu $utils) : mixed
Parameters
- $providerId : string
- $optionManager : OptionManager
- $utils : EdnaRu
canUse()
public
canUse() : bool
Return values
boolconfirmRegistration()
public
confirmRegistration(array<string|int, mixed> $fields) : Result
Parameters
- $fields : array<string|int, mixed>
Return values
ResultgetCallbackUrl()
public
getCallbackUrl() : string
Return values
stringgetExternalManageUrl()
public
getExternalManageUrl() : string
Return values
stringgetHostUrl()
public
getHostUrl() : string
Return values
stringgetOwnerInfo()
public
getOwnerInfo() : array{api_key: string, sender_id: array}
Return values
array{api_key: string, sender_id: array}isConfirmed()
public
isConfirmed() : bool
Return values
boolisRegistered()
public
isRegistered() : bool
Return values
boolisSupported()
public
isSupported() : bool
Return values
boolregister()
public
register(array<string|int, mixed> $fields) : Result
Parameters
- $fields : array<string|int, mixed>
Return values
ResultresetCallback()
public
resetCallback() : Result
Return values
ResultsendConfirmationCode()
public
sendConfirmationCode() : Result
Return values
Resultsync()
public
sync() : Registrar