IAccountProperty
extends
JsonSerializable
in
Interface IAccountProperty
Tags
Table of Contents
Methods
- getLocallyVerified() : string
- Get the instance-based verification status of a property
- getName() : string
- Get the name of a property
- getScope() : string
- Get the scope of a property
- getValue() : string
- Get the value of a property
- getVerificationData() : string
- Retrieves data for verification purposes.
- getVerified() : string
- Get the verification status of a property
- setLocallyVerified() : IAccountProperty
- Set the instance-based verification status of a property
- setScope() : IAccountProperty
- Set the scope of a property
- setValue() : IAccountProperty
- Set the value of a property
- setVerificationData() : IAccountProperty
- Sets data for verification purposes.
- setVerified() : IAccountProperty
- Set the verification status of a property
Methods
getLocallyVerified()
Get the instance-based verification status of a property
public
getLocallyVerified() : string
Tags
Return values
stringgetName()
Get the name of a property
public
getName() : string
Tags
Return values
stringgetScope()
Get the scope of a property
public
getScope() : string
Tags
Return values
stringgetValue()
Get the value of a property
public
getValue() : string
Tags
Return values
stringgetVerificationData()
Retrieves data for verification purposes.
public
getVerificationData() : string
Tags
Return values
stringgetVerified()
Get the verification status of a property
public
getVerified() : string
Tags
Return values
stringsetLocallyVerified()
Set the instance-based verification status of a property
public
setLocallyVerified(string $verified) : IAccountProperty
Parameters
- $verified : string
-
must be one of the verification constants of IAccountManager
Tags
Return values
IAccountPropertysetScope()
Set the scope of a property
public
setScope(string $scope) : IAccountProperty
Parameters
- $scope : string
Tags
Return values
IAccountPropertysetValue()
Set the value of a property
public
setValue(string $value) : IAccountProperty
Parameters
- $value : string
Tags
Return values
IAccountPropertysetVerificationData()
Sets data for verification purposes.
public
setVerificationData(string $verificationData) : IAccountProperty
Parameters
- $verificationData : string
Tags
Return values
IAccountPropertysetVerified()
Set the verification status of a property
public
setVerified(string $verified) : IAccountProperty
Parameters
- $verified : string