ClientAuthorizationSerializable
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
- $accountTypeId : int
- $authorizationStatusId : int
- $authorizationTypeId : int
- $authorizedUserAccount : int
- $client : Client
Methods
- createFromAuthorization() : mixed
- createFromOwnedClient() : mixed
- getAccountTypeId() : int
- Get the value of accountTypeId
- getAuthorizationStatusId() : int
- Get the value of authorizationStatusId
- getAuthorizationTypeId() : int
- Get the value of authorizationTypeId
- getAuthorizedUserAccount() : int
- Get the value of authorizedUserAccount
- getClient() : Client
- Get the value of client
- getClientDeletedAt() : string|null
- jsonSerialize() : mixed
- setAccountTypeId() : self
- Set the value of accountTypeId
- setAuthorizationStatusId() : self
- Set the value of authorizationStatusId
- setAuthorizationTypeId() : self
- Set the value of authorizationTypeId
- setAuthorizedUserAccount() : self
- Set the value of authorizedUserAccount
- setClient() : self
- Set the value of client
Properties
$accountTypeId
private
int
$accountTypeId
$authorizationStatusId
private
int
$authorizationStatusId
$authorizationTypeId
private
int
$authorizationTypeId
$authorizedUserAccount
private
int
$authorizedUserAccount
$client
private
Client
$client
Methods
createFromAuthorization()
public
static createFromAuthorization(UserAccountClientAuthorization $authorization) : mixed
Parameters
- $authorization : UserAccountClientAuthorization
createFromOwnedClient()
public
static createFromOwnedClient(Client $client) : mixed
Parameters
- $client : Client
getAccountTypeId()
Get the value of accountTypeId
public
getAccountTypeId() : int
Return values
intgetAuthorizationStatusId()
Get the value of authorizationStatusId
public
getAuthorizationStatusId() : int
Return values
intgetAuthorizationTypeId()
Get the value of authorizationTypeId
public
getAuthorizationTypeId() : int
Return values
intgetAuthorizedUserAccount()
Get the value of authorizedUserAccount
public
getAuthorizedUserAccount() : int
Return values
intgetClient()
Get the value of client
public
getClient() : Client
Return values
ClientgetClientDeletedAt()
public
getClientDeletedAt() : string|null
Return values
string|nulljsonSerialize()
public
jsonSerialize() : mixed
setAccountTypeId()
Set the value of accountTypeId
public
setAccountTypeId(int $accountTypeId) : self
Parameters
- $accountTypeId : int
Return values
selfsetAuthorizationStatusId()
Set the value of authorizationStatusId
public
setAuthorizationStatusId(int $authorizationStatusId) : self
Parameters
- $authorizationStatusId : int
Return values
selfsetAuthorizationTypeId()
Set the value of authorizationTypeId
public
setAuthorizationTypeId(int $authorizationTypeId) : self
Parameters
- $authorizationTypeId : int
Return values
selfsetAuthorizedUserAccount()
Set the value of authorizedUserAccount
public
setAuthorizedUserAccount(int $authorizedUserAccount) : self
Parameters
- $authorizedUserAccount : int
Return values
selfsetClient()
Set the value of client
public
setClient(Client $client) : self
Parameters
- $client : Client