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
$__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
formatIntegrationAliasWithModuleName()
public
static formatIntegrationAliasWithModuleName(mixed $userModuleId, mixed $alias) : mixed
Parameters
- $userModuleId : mixed
- $alias : mixed
getActive()
Get the value of active
public
getActive() : bool
Return values
boolgetAmazonSlotSubscription()
{@inheritDoc}
public
getAmazonSlotSubscription() : AmazonSlotSubscription|null
Return values
AmazonSlotSubscription|nullgetCancelationPending()
Get $cancelationPending
public
getCancelationPending() : bool|null
Return values
bool|nullgetCancelledAt()
public
getCancelledAt() : DateTime|null
Return values
DateTime|nullgetClient()
Get the value of client
public
getClient() : Client|null
Return values
Client|nullgetCredential()
Get the value of credential
public
getCredential() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetCredentialStatus()
Get the value of credentialStatus
public
getCredentialStatus() : int
Return values
intgetCredentialStatusText()
public
getCredentialStatusText() : string|null
Return values
string|nullgetCredentialStatusTime()
Get the value of credentialStatusTime
public
getCredentialStatusTime() : DateTime
Return values
DateTimegetCronPulls()
Get $cronPulls
public
getCronPulls() : array<string|int, CronPull>|null
Return values
array<string|int, CronPull>|nullgetExtendTime()
public
getExtendTime() : DateTime|null
Return values
DateTime|nullgetExtra()
Get the value of extra
public
getExtra() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetId()
Get $id
public
getId() : int|null
Return values
int|nullgetIntegrationAlias()
Get the value of active
public
getIntegrationAlias() : string
Return values
stringgetIntegrationAliasWithModuleName()
public
getIntegrationAliasWithModuleName() : mixed
getIntegrationImporterRanges()
public
getIntegrationImporterRanges() : array<string|int, mixed>|null
Return values
array<string|int, mixed>|nullgetIsDefault()
public
getIsDefault() : bool
Return values
boolgetModule()
Get the value of module
public
getModule() : Module
Return values
ModulegetNextCheck()
Get the value of nextCheck
public
getNextCheck() : DateTime
Return values
DateTimegetNextCheckTime()
public
getNextCheckTime() : DateTime|null
Return values
DateTime|nullgetProducts()
public
getProducts() : array<string|int, Product>|null
Return values
array<string|int, Product>|nullgetProviderSlotSubscription()
public
getProviderSlotSubscription() : ProviderSlotSubscription|null
Return values
ProviderSlotSubscription|nullgetPullEndDate()
Get the value of pullEndDate
public
getPullEndDate() : DateTime|null
Return values
DateTime|nullgetPullStartDate()
Get the value of pullStartDate
public
getPullStartDate() : DateTime|null
Return values
DateTime|nullgetStartTime()
public
getStartTime() : DateTime|null
Return values
DateTime|nullgetUser()
public
getUser() : Client|null
Return values
Client|nullsetActive()
Set the value of active
public
setActive(bool $active) : self
Parameters
- $active : bool
Return values
selfsetAmazonSlotSubscription()
{@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
selfsetCancelledAt()
public
setCancelledAt(DateTime|null $cancelledAt) : self
Parameters
- $cancelledAt : DateTime|null
Return values
selfsetClient()
Set the value of client
public
setClient(mixed $client) : self
Parameters
- $client : mixed
Return values
selfsetCredential()
Set the value of credential
public
setCredential(mixed $credential) : self
Parameters
- $credential : mixed
Return values
selfsetCredentialStatus()
Set the value of credentialStatus
public
setCredentialStatus(int $credentialStatus) : self
Parameters
- $credentialStatus : int
Return values
selfsetCredentialStatusTime()
Set the value of credentialStatusTime
public
setCredentialStatusTime(DateTime $credentialStatusTime) : self
Parameters
- $credentialStatusTime : DateTime
Return values
selfsetCronPulls()
Set $cronPulls
public
setCronPulls(mixed $cronPulls) : self
Parameters
- $cronPulls : mixed
-
$cronPulls
Return values
selfsetExtendTime()
Set $extendTime
public
setExtendTime(mixed $extendTime) : self
Parameters
- $extendTime : mixed
-
$extendTime
Return values
selfsetExtra()
Set the value of extra
public
setExtra(mixed $extra) : self
Parameters
- $extra : mixed
Return values
selfsetIntegrationAlias()
Set the value of active
public
setIntegrationAlias(string $integrationAlias) : self
Parameters
- $integrationAlias : string
Return values
selfsetIntegrationImporterRanges()
public
setIntegrationImporterRanges(array<string|int, mixed>|null $integrationImporterRanges) : void
Parameters
- $integrationImporterRanges : array<string|int, mixed>|null
setIsDefault()
public
setIsDefault(bool $isDefault) : self
Parameters
- $isDefault : bool
Return values
selfsetModule()
Set the value of module
public
setModule(Module $module) : self
Parameters
- $module : Module
Return values
selfsetNextCheck()
Set the value of nextCheck
public
setNextCheck(DateTime $nextCheck) : self
Parameters
- $nextCheck : DateTime
Return values
selfsetProducts()
public
setProducts(mixed $products) : self
Parameters
- $products : mixed
Return values
selfsetProviderSlotSubscription()
public
setProviderSlotSubscription(ProviderSlotSubscription|null $providerSlotSubscription) : void
Parameters
- $providerSlotSubscription : ProviderSlotSubscription|null
setPullEndDate()
Set the value of pullEndDate
public
setPullEndDate(mixed $pullEndDate) : self
Parameters
- $pullEndDate : mixed
Return values
selfsetPullStartDate()
Set the value of pullStartDate
public
setPullStartDate(mixed $pullStartDate) : self
Parameters
- $pullStartDate : mixed
Return values
selfsetStartTime()
Set $startTime
public
setStartTime(mixed $startTime) : self
Parameters
- $startTime : mixed
-
$startTime
Return values
selfsetTimeForPullEndDate()
public
setTimeForPullEndDate() : mixed
setTimeForPullStartDate()
public
setTimeForPullStartDate() : mixed