Documentation

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
see
Proxy::__setCloner

$__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
see
Proxy::__setInitializer

$__isInitialized__

public bool $__isInitialized__ = false

flag indicating if this object was already initialized

Tags
see
Proxy::__isInitialized

$lazyPropertiesDefaults

public static array<string, mixed> $lazyPropertiesDefaults = array()

default values of properties to be lazy loaded, with keys being the property names

Tags
see
Proxy::__getLazyProperties

$lazyPropertiesNames

public static array<string, null> $lazyPropertiesNames = array()

properties to be lazy loaded, indexed by property name

Methods

__construct()

public __construct([Closure|null $initializer = null ][, Closure|null $cloner = null ]) : mixed
Parameters
$initializer : Closure|null = null
$cloner : Closure|null = null

setAccessBlocked()

Set $accessBlocked

public setAccessBlocked(mixed $accessBlocked) : self
Parameters
$accessBlocked : mixed
Return values
self

setAmazonUserId()

Set the value of amazonUserId

public setAmazonUserId(mixed $amazonUserId) : self
Parameters
$amazonUserId : mixed
Return values
self

setAwaitingDeleteSince()

Set $awaitingDeleteSince

public setAwaitingDeleteSince(mixed $awaitingDeleteSince) : self
Parameters
$awaitingDeleteSince : mixed

$awaitingDeleteSince

Return values
self

setOnboardingStatus()

Set the value of onboardingStatus

public setOnboardingStatus(mixed $onboardingStatus) : self
Parameters
$onboardingStatus : mixed
Return values
self

setPermission()

Set $permission

public setPermission(mixed $permission) : self
Parameters
$permission : mixed

$permission

Return values
self

        
On this page

Search results