UserAccount
in package
Class User
Tags
Table of Contents
Properties
- $_password : string
- $accessBlocked : bool|null
- $accountCreation : AccountCreation
- $amazonUserId : mixed
- $awaitingDeleteSince : DateTime|null
- $client : Client|null
- $clientAuthorization : array<string|int, UserAccountClientAuthorization>|null
- $deletedAt : DateTime|null
- $email : string|null
- $emailActivationDT : DateTime|null
- $entrySubmission : EntrySubmission|null
- $id : int|null
- $isDemo : bool
- $jobs : array<string|int, Job>|null
- $onboardingStatus : array<string|int, OnboardingStatus>|null
- $partner : int|null
- $password : mixed
- $passwordResetToken : array<string|int, PasswordResetToken>|null
- $permission : int|null
- $person : Person|null
- $subscription : Subscriptions|null
- $vatcomUserFilingCompany : VatcomUserFilingCompany|null
Methods
- getAccessBlocked() : bool|null
- Get $accessBlocked
- getAccountCreation() : AccountCreation
- Get the value of accountCreation
- getAmazonUserId() : mixed
- Get the value of amazonUserId
- getAwaitingDeleteSince() : DateTime|null
- Get $awaitingDeleteSince
- getClient() : Client|null
- Get the value of client
- getClientAuthorization() : array<string|int, UserAccountClientAuthorization>|null
- Get $clientAuthorization
- getDeletedAt() : DateTime|null
- Get $deletedAt
- getDeletedAtDateString() : string|null
- getEmail() : mixed
- Get oRM\Column(type="string", name="email")
- getEmailActivationDT() : mixed
- getId() : int|null
- Get $id
- getIsDemo() : bool
- Get the value of isDemo
- getJobs() : array<string|int, Job>|null
- Get $jobs
- getOnboardingStatus() : array<string|int, OnboardingStatus>|null
- Get the value of onboardingStatus
- getPartner() : int|null
- Get $partner
- getPassword() : mixed
- Get the value of password
- getPasswordResetToken() : array<string|int, PasswordResetToken>|null
- Get $passwordResetToken
- getPermission() : int|null
- Get $permission
- getPerson() : Person|null
- Get $person
- getSubscription() : Subscriptions
- getSubscriptionsArray() : array<string|int, Subscriptions>|null
- getVatcomUserFilingCompany() : VatcomUserFilingCompany|null
- hashPassword() : void
- hasPasswordChanged() : mixed
- isDeleted() : bool
- jsonSerialize() : mixed
- setAccessBlocked() : self
- Set $accessBlocked
- setAccountCreation() : self
- Set the value of accountCreation
- setAmazonUserId() : self
- Set the value of amazonUserId
- setAwaitingDeleteSince() : self
- Set $awaitingDeleteSince
- setClient() : self
- Set the value of client
- setDeletedAt() : self
- Set $deletedAt
- setEmail() : self
- Set oRM\Column(type="string", name="email")
- setEmailActivationDT() : mixed
- setId() : self
- Set $id
- setIsDemo() : self
- Set the value of isDemo
- setOnboardingStatus() : self
- Set the value of onboardingStatus
- setPartner() : self
- Set $partner
- setPassword() : self
- Set the value of password
- setPermission() : self
- Set $permission
- setPerson() : self
- Set $person
- setSubscription() : self
- setVatcomUserFilingCompany() : void
Properties
$_password
private
string
$_password
$accessBlocked
private
bool|null
$accessBlocked
= false
Tags
$accountCreation
private
AccountCreation
$accountCreation
Tags
$amazonUserId
private
mixed
$amazonUserId
Tags
$awaitingDeleteSince
private
DateTime|null
$awaitingDeleteSince
Tags
$client
private
Client|null
$client
Tags
$clientAuthorization
private
array<string|int, UserAccountClientAuthorization>|null
$clientAuthorization
Tags
$deletedAt
private
DateTime|null
$deletedAt
Tags
private
string|null
$email
Tags
$emailActivationDT
private
DateTime|null
$emailActivationDT
Tags
$entrySubmission
private
EntrySubmission|null
$entrySubmission
Tags
$id
private
int|null
$id
Tags
$isDemo
private
bool
$isDemo
= false
Tags
$jobs
private
array<string|int, Job>|null
$jobs
Tags
$onboardingStatus
private
array<string|int, OnboardingStatus>|null
$onboardingStatus
Tags
$partner
private
int|null
$partner
Tags
$password
private
mixed
$password
Tags
$passwordResetToken
private
array<string|int, PasswordResetToken>|null
$passwordResetToken
Tags
$permission
private
int|null
$permission
Tags
$person
private
Person|null
$person
Tags
$subscription
private
Subscriptions|null
$subscription
Tags
$vatcomUserFilingCompany
private
VatcomUserFilingCompany|null
$vatcomUserFilingCompany
Tags
Methods
getAccessBlocked()
Get $accessBlocked
public
getAccessBlocked() : bool|null
Return values
bool|nullgetAccountCreation()
Get the value of accountCreation
public
getAccountCreation() : AccountCreation
Return values
AccountCreationgetAmazonUserId()
Get the value of amazonUserId
public
getAmazonUserId() : mixed
getAwaitingDeleteSince()
Get $awaitingDeleteSince
public
getAwaitingDeleteSince() : DateTime|null
Return values
DateTime|nullgetClient()
Get the value of client
public
getClient() : Client|null
Return values
Client|nullgetClientAuthorization()
Get $clientAuthorization
public
getClientAuthorization() : array<string|int, UserAccountClientAuthorization>|null
Return values
array<string|int, UserAccountClientAuthorization>|nullgetDeletedAt()
Get $deletedAt
public
getDeletedAt() : DateTime|null
Return values
DateTime|nullgetDeletedAtDateString()
public
getDeletedAtDateString() : string|null
Return values
string|nullgetEmail()
Get oRM\Column(type="string", name="email")
public
getEmail() : mixed
getEmailActivationDT()
public
getEmailActivationDT() : mixed
getId()
Get $id
public
getId() : int|null
Return values
int|nullgetIsDemo()
Get the value of isDemo
public
getIsDemo() : bool
Return values
boolgetJobs()
Get $jobs
public
getJobs() : array<string|int, Job>|null
Return values
array<string|int, Job>|nullgetOnboardingStatus()
Get the value of onboardingStatus
public
getOnboardingStatus() : array<string|int, OnboardingStatus>|null
Return values
array<string|int, OnboardingStatus>|nullgetPartner()
Get $partner
public
getPartner() : int|null
Return values
int|nullgetPassword()
Get the value of password
public
getPassword() : mixed
getPasswordResetToken()
Get $passwordResetToken
public
getPasswordResetToken() : array<string|int, PasswordResetToken>|null
Return values
array<string|int, PasswordResetToken>|nullgetPermission()
Get $permission
public
getPermission() : int|null
Return values
int|nullgetPerson()
Get $person
public
getPerson() : Person|null
Return values
Person|nullgetSubscription()
public
getSubscription() : Subscriptions
Return values
SubscriptionsgetSubscriptionsArray()
public
getSubscriptionsArray() : array<string|int, Subscriptions>|null
Return values
array<string|int, Subscriptions>|nullgetVatcomUserFilingCompany()
public
getVatcomUserFilingCompany() : VatcomUserFilingCompany|null
Return values
VatcomUserFilingCompany|nullhashPassword()
public
hashPassword() : void
Tags
hasPasswordChanged()
public
hasPasswordChanged() : mixed
isDeleted()
public
isDeleted() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
setAccessBlocked()
Set $accessBlocked
public
setAccessBlocked(bool|null $accessBlocked) : self
Parameters
- $accessBlocked : bool|null
Return values
selfsetAccountCreation()
Set the value of accountCreation
public
setAccountCreation(AccountCreation $accountCreation) : self
Parameters
- $accountCreation : AccountCreation
Return values
selfsetAmazonUserId()
Set the value of amazonUserId
public
setAmazonUserId(mixed $amazonUserId) : self
Parameters
- $amazonUserId : mixed
Return values
selfsetAwaitingDeleteSince()
Set $awaitingDeleteSince
public
setAwaitingDeleteSince(DateTime|null $awaitingDeleteSince) : self
Parameters
- $awaitingDeleteSince : DateTime|null
-
$awaitingDeleteSince
Return values
selfsetClient()
Set the value of client
public
setClient(Client|null $client) : self
Parameters
- $client : Client|null
Return values
selfsetDeletedAt()
Set $deletedAt
public
setDeletedAt(DateTime|null $deletedAt) : self
Parameters
- $deletedAt : DateTime|null
-
$deletedAt
Return values
selfsetEmail()
Set oRM\Column(type="string", name="email")
public
setEmail(mixed $email) : self
Parameters
- $email : mixed
Return values
selfsetEmailActivationDT()
public
setEmailActivationDT(mixed $emailActivationDT) : mixed
Parameters
- $emailActivationDT : mixed
setId()
Set $id
public
setId(int|null $id) : self
Parameters
- $id : int|null
-
$id
Return values
selfsetIsDemo()
Set the value of isDemo
public
setIsDemo(bool $isDemo) : self
Parameters
- $isDemo : bool
Return values
selfsetOnboardingStatus()
Set the value of onboardingStatus
public
setOnboardingStatus(array<string|int, OnboardingStatus>|null $onboardingStatus) : self
Parameters
- $onboardingStatus : array<string|int, OnboardingStatus>|null
Return values
selfsetPartner()
Set $partner
public
setPartner(int|null $partner) : self
Parameters
- $partner : int|null
-
$partner
Return values
selfsetPassword()
Set the value of password
public
setPassword(mixed $password) : self
Parameters
- $password : mixed
Return values
selfsetPermission()
Set $permission
public
setPermission(int|null $permission) : self
Parameters
- $permission : int|null
-
$permission
Return values
selfsetPerson()
Set $person
public
setPerson(Person|null $person) : self
Parameters
- $person : Person|null
-
$person
Return values
selfsetSubscription()
public
setSubscription(Subscriptions $subscription) : self
Parameters
- $subscription : Subscriptions
Return values
selfsetVatcomUserFilingCompany()
public
setVatcomUserFilingCompany(VatcomUserFilingCompany|null $vatcomUserFilingCompany) : void
Parameters
- $vatcomUserFilingCompany : VatcomUserFilingCompany|null