Documentation

UserModule extends UserModule
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
formatIntegrationAliasWithModuleName()  : mixed
getActive()  : bool
Get the value of active
getAmazonSlotSubscription()  : AmazonSlotSubscription|null
{@inheritDoc}
getCancelationPending()  : bool|null
Get $cancelationPending
getCancelledAt()  : DateTime|null
getClient()  : Client|null
Get the value of client
getCredential()  : array<string|int, mixed>|null
Get the value of credential
getCredentialStatus()  : int
Get the value of credentialStatus
getCredentialStatusText()  : string|null
getCredentialStatusTime()  : DateTime
Get the value of credentialStatusTime
getCronPulls()  : array<string|int, CronPull>|null
Get $cronPulls
getExtendTime()  : DateTime|null
getExtra()  : array<string|int, mixed>|null
Get the value of extra
getId()  : int|null
Get $id
getIntegrationAlias()  : string
Get the value of active
getIntegrationAliasWithModuleName()  : mixed
getIntegrationImporterRanges()  : array<string|int, mixed>|null
getIsDefault()  : bool
getModule()  : Module
Get the value of module
getNextCheck()  : DateTime
Get the value of nextCheck
getNextCheckTime()  : DateTime|null
getProducts()  : array<string|int, Product>|null
getProviderSlotSubscription()  : ProviderSlotSubscription|null
getPullEndDate()  : DateTime|null
Get the value of pullEndDate
getPullStartDate()  : DateTime|null
Get the value of pullStartDate
getStartTime()  : DateTime|null
getUser()  : Client|null
setActive()  : self
Set the value of active
setAmazonSlotSubscription()  : void
{@inheritDoc}
setCancelationPending()  : self
Set the value of active
setCancelledAt()  : self
setClient()  : self
Set the value of client
setCredential()  : self
Set the value of credential
setCredentialStatus()  : self
Set the value of credentialStatus
setCredentialStatusTime()  : self
Set the value of credentialStatusTime
setCronPulls()  : self
Set $cronPulls
setExtendTime()  : self
Set $extendTime
setExtra()  : self
Set the value of extra
setIntegrationAlias()  : self
Set the value of active
setIntegrationImporterRanges()  : void
setIsDefault()  : self
setModule()  : self
Set the value of module
setNextCheck()  : self
Set the value of nextCheck
setProducts()  : self
setProviderSlotSubscription()  : void
setPullEndDate()  : self
Set the value of pullEndDate
setPullStartDate()  : self
Set the value of pullStartDate
setStartTime()  : self
Set $startTime
setTimeForPullEndDate()  : mixed
setTimeForPullStartDate()  : mixed

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

formatIntegrationAliasWithModuleName()

public static formatIntegrationAliasWithModuleName(mixed $userModuleId, mixed $alias) : mixed
Parameters
$userModuleId : mixed
$alias : mixed

getAmazonSlotSubscription()

{@inheritDoc}

public getAmazonSlotSubscription() : AmazonSlotSubscription|null
Return values
AmazonSlotSubscription|null

getCredential()

Get the value of credential

public getCredential() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

getIntegrationAliasWithModuleName()

public getIntegrationAliasWithModuleName() : mixed

getIntegrationImporterRanges()

public getIntegrationImporterRanges() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|null

setAmazonSlotSubscription()

{@inheritDoc}

public setAmazonSlotSubscription(AmazonSlotSubscription|null $amazonSlotSubscription) : void
Parameters
$amazonSlotSubscription : AmazonSlotSubscription|null

setCancelationPending()

Set the value of active

public setCancelationPending(bool $cancelationPending) : self
Parameters
$cancelationPending : bool
Return values
self

setCredential()

Set the value of credential

public setCredential(mixed $credential) : self
Parameters
$credential : mixed
Return values
self

setCredentialStatus()

Set the value of credentialStatus

public setCredentialStatus(int $credentialStatus) : self
Parameters
$credentialStatus : int
Return values
self

setCredentialStatusTime()

Set the value of credentialStatusTime

public setCredentialStatusTime(DateTime $credentialStatusTime) : self
Parameters
$credentialStatusTime : DateTime
Return values
self

setCronPulls()

Set $cronPulls

public setCronPulls(mixed $cronPulls) : self
Parameters
$cronPulls : mixed

$cronPulls

Return values
self

setExtendTime()

Set $extendTime

public setExtendTime(mixed $extendTime) : self
Parameters
$extendTime : mixed

$extendTime

Return values
self

setIntegrationAlias()

Set the value of active

public setIntegrationAlias(string $integrationAlias) : self
Parameters
$integrationAlias : string
Return values
self

setIntegrationImporterRanges()

public setIntegrationImporterRanges(array<string|int, mixed>|null $integrationImporterRanges) : void
Parameters
$integrationImporterRanges : array<string|int, mixed>|null

setNextCheck()

Set the value of nextCheck

public setNextCheck(DateTime $nextCheck) : self
Parameters
$nextCheck : DateTime
Return values
self

setPullEndDate()

Set the value of pullEndDate

public setPullEndDate(mixed $pullEndDate) : self
Parameters
$pullEndDate : mixed
Return values
self

setPullStartDate()

Set the value of pullStartDate

public setPullStartDate(mixed $pullStartDate) : self
Parameters
$pullStartDate : mixed
Return values
self

setStartTime()

Set $startTime

public setStartTime(mixed $startTime) : self
Parameters
$startTime : mixed

$startTime

Return values
self

        
On this page

Search results