UserAccount
extends UserAccount
in package
implements
Proxy
DO NOT EDIT THIS FILE - IT WAS CREATED BY DOCTRINE'S PROXY GENERATOR
Table of Contents
Interfaces
- Proxy
Properties
- $__cloner__ : Closure
- $__initializer__ : Closure
- $__isInitialized__ : bool
- $lazyPropertiesDefaults : array<string, mixed>
- $lazyPropertiesNames : array<string, null>
Methods
- __clone() : mixed
- __construct() : mixed
- __load() : mixed
- Forces initialization of the proxy
- __sleep() : array<string|int, mixed>
- __wakeup() : mixed
- 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
$__cloner__
public
Closure
$__cloner__
the callback responsible of loading properties that need to be copied in the cloned object
Tags
$__initializer__
public
Closure
$__initializer__
the callback responsible for loading properties in the proxy object. This callback is called with three parameters, being respectively the proxy object to be initialized, the method that triggered the initialization process and an array of ordered parameters that were passed to that method.
Tags
$__isInitialized__
public
bool
$__isInitialized__
= false
flag indicating if this object was already initialized
Tags
$lazyPropertiesDefaults
public
static array<string, mixed>
$lazyPropertiesDefaults
= array()
default values of properties to be lazy loaded, with keys being the property names
Tags
$lazyPropertiesNames
public
static array<string, null>
$lazyPropertiesNames
= array()
properties to be lazy loaded, indexed by property name
Methods
__clone()
public
__clone() : mixed
__construct()
public
__construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
- $initializer : Closure|null = null
- $cloner : Closure|null = null
__load()
Forces initialization of the proxy
public
__load() : mixed
__sleep()
public
__sleep() : array<string|int, mixed>
Return values
array<string|int, mixed>__wakeup()
public
__wakeup() : mixed
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
hasPasswordChanged()
public
hasPasswordChanged() : mixed
isDeleted()
public
isDeleted() : bool
Return values
booljsonSerialize()
public
jsonSerialize() : mixed
setAccessBlocked()
Set $accessBlocked
public
setAccessBlocked(mixed $accessBlocked) : self
Parameters
- $accessBlocked : mixed
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(mixed $awaitingDeleteSince) : self
Parameters
- $awaitingDeleteSince : mixed
-
$awaitingDeleteSince
Return values
selfsetClient()
Set the value of client
public
setClient(mixed $client) : self
Parameters
- $client : mixed
Return values
selfsetDeletedAt()
Set $deletedAt
public
setDeletedAt(mixed $deletedAt) : self
Parameters
- $deletedAt : mixed
-
$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(mixed $id) : self
Parameters
- $id : mixed
-
$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(mixed $onboardingStatus) : self
Parameters
- $onboardingStatus : mixed
Return values
selfsetPartner()
Set $partner
public
setPartner(mixed $partner) : self
Parameters
- $partner : mixed
-
$partner
Return values
selfsetPassword()
Set the value of password
public
setPassword(mixed $password) : self
Parameters
- $password : mixed
Return values
selfsetPermission()
Set $permission
public
setPermission(mixed $permission) : self
Parameters
- $permission : mixed
-
$permission
Return values
selfsetPerson()
Set $person
public
setPerson(mixed $person) : self
Parameters
- $person : mixed
-
$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