UserModule
in package
Class UserModule
Tags
Table of Contents
Properties
- $active : bool|null
- $arrangedUser : ArrangedUser|null
- $cancelationPending : bool
- $cancelledAt : DateTime|null
- $client : Client|null
- $credential : array<string|int, mixed>|null
- $credentialStatus : int
- $credentialStatusText : string|null
- $credentialStatusTime : DateTime
- $cronPulls : array<string|int, CronPull>|null
- $extendTime : DateTime|null
- $extra : array<string|int, mixed>|null
- $id : int|null
- $integrationAlias : mixed
- $integrationImporterRanges : array<string|int, IntegrationImporterRange>|null
- $isDefault : bool
- $module : Module
- $nextCheck : DateTime
- $products : Product|null
- $providerSlotSubscription : ProviderSlotSubscription|null
- $pullEndDate : DateTime|null
- $pullStartDate : DateTime|null
- $startTime : mixed
Methods
- __construct() : mixed
- formatIntegrationAliasWithModuleName() : mixed
- getActive() : bool
- Get the value of active
- 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
- 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
$active
private
bool|null
$active
= 1
Tags
$arrangedUser
private
ArrangedUser|null
$arrangedUser
Tags
$cancelationPending
private
bool
$cancelationPending
Tags
$cancelledAt
private
DateTime|null
$cancelledAt
Tags
$client
private
Client|null
$client
Tags
$credential
private
array<string|int, mixed>|null
$credential
Tags
$credentialStatus
private
int
$credentialStatus
Tags
$credentialStatusText
private
string|null
$credentialStatusText
Tags
$credentialStatusTime
private
DateTime
$credentialStatusTime
Tags
$cronPulls
private
array<string|int, CronPull>|null
$cronPulls
Tags
$extendTime
private
DateTime|null
$extendTime
Tags
$extra
private
array<string|int, mixed>|null
$extra
Tags
$id
private
int|null
$id
Tags
$integrationAlias
private
mixed
$integrationAlias
Tags
$integrationImporterRanges
private
array<string|int, IntegrationImporterRange>|null
$integrationImporterRanges
Tags
$isDefault
private
bool
$isDefault
Tags
$module
private
Module
$module
Tags
$nextCheck
private
DateTime
$nextCheck
Tags
$products
private
Product|null
$products
Tags
$providerSlotSubscription
private
ProviderSlotSubscription|null
$providerSlotSubscription
Tags
$pullEndDate
private
DateTime|null
$pullEndDate
Tags
$pullStartDate
private
DateTime|null
$pullStartDate
Tags
$startTime
private
mixed
$startTime
Methods
__construct()
public
__construct() : 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
boolgetCancelationPending()
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
selfsetCancelationPending()
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(Client|null $client) : self
Parameters
- $client : Client|null
Return values
selfsetCredential()
Set the value of credential
public
setCredential(array<string|int, mixed>|null $credential) : self
Parameters
- $credential : array<string|int, mixed>|null
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(array<string|int, CronPull>|null $cronPulls) : self
Parameters
- $cronPulls : array<string|int, CronPull>|null
-
$cronPulls
Return values
selfsetExtendTime()
Set $extendTime
public
setExtendTime(DateTime|null $extendTime) : self
Parameters
- $extendTime : DateTime|null
-
$extendTime
Return values
selfsetExtra()
Set the value of extra
public
setExtra(array<string|int, mixed>|null $extra) : self
Parameters
- $extra : array<string|int, mixed>|null
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(array<string|int, Product>|null $products) : self
Parameters
- $products : array<string|int, Product>|null
Return values
selfsetProviderSlotSubscription()
public
setProviderSlotSubscription(ProviderSlotSubscription|null $providerSlotSubscription) : void
Parameters
- $providerSlotSubscription : ProviderSlotSubscription|null
setPullEndDate()
Set the value of pullEndDate
public
setPullEndDate(DateTime|null $pullEndDate) : self
Parameters
- $pullEndDate : DateTime|null
Return values
selfsetPullStartDate()
Set the value of pullStartDate
public
setPullStartDate(DateTime|null $pullStartDate) : self
Parameters
- $pullStartDate : DateTime|null
Return values
selfsetStartTime()
Set $startTime
public
setStartTime(DateTime|null $startTime) : self
Parameters
- $startTime : DateTime|null
-
$startTime
Return values
selfsetTimeForPullEndDate()
public
setTimeForPullEndDate() : mixed
Tags
setTimeForPullStartDate()
public
setTimeForPullStartDate() : mixed