Registrar
Table of Contents
Methods
-
confirmRegistration()
: Result
-
getCallbackUrl()
: string
-
getExternalManageUrl()
: string
-
getOwnerInfo()
: array<string|int, mixed>
-
isConfirmed()
: bool
-
isRegistered()
: bool
-
register()
: Result
-
sendConfirmationCode()
: Result
-
sync()
: Registrar
confirmRegistration()
public
confirmRegistration(array<string|int, mixed> $fields) : Result
Parameters
-
$fields
: array<string|int, mixed>
-
getCallbackUrl()
public
getCallbackUrl() : string
getExternalManageUrl()
public
getExternalManageUrl() : string
getOwnerInfo()
public
getOwnerInfo() : array<string|int, mixed>
Return values
array<string|int, mixed>
isConfirmed()
public
isConfirmed() : bool
isRegistered()
public
isRegistered() : bool
register()
public
register(array<string|int, mixed> $fields) : Result
Parameters
-
$fields
: array<string|int, mixed>
-
sendConfirmationCode()
public
sendConfirmationCode() : Result
sync()
public
sync() : Registrar