Table of Contents
Interfaces
- EntityInterface
Methods
-
__construct()
: mixed
-
getCounter()
: int
-
getCreatedAt()
: int|null
-
getCreatedBy()
: int|null
-
getDescription()
: string|null
-
getExternalId()
: int|null
-
getId()
: int|null
-
getName()
: string|null
-
getSlotRanges()
: RangeCollection
-
getTemplateTypeConfirmation()
: string
-
getTemplateTypeDelayed()
: string
-
getTemplateTypeFeedback()
: string
-
getTemplateTypeInfo()
: string
-
getTemplateTypeReminder()
: string
-
getType()
: ResourceType|null
-
getUpdatedAt()
: int|null
-
isConfirmationNotificationOn()
: bool
-
isDelayedNotificationOn()
: bool
-
isExternal()
: bool
-
isFeedbackNotificationOn()
: bool
-
isInfoNotificationOn()
: bool
-
isMain()
: bool|null
-
isReminderNotificationOn()
: bool
-
mapFromArray()
: self
-
setCounter()
: self
-
setCreatedAt()
: self
-
setCreatedBy()
: self
-
setDescription()
: self
-
setExternalId()
: Resource
-
setId()
: Resource
-
setIsConfirmationNotificationOn()
: self
-
setIsDelayedNotificationOn()
: self
-
setIsFeedbackNotificationOn()
: self
-
setIsInfoNotificationOn()
: self
-
setIsReminderNotificationOn()
: self
-
setMain()
: self
-
setName()
: self
-
setSlotRanges()
: self
-
setTemplateTypeConfirmation()
: self
-
setTemplateTypeDelayed()
: self
-
setTemplateTypeFeedback()
: self
-
setTemplateTypeInfo()
: self
-
setTemplateTypeReminder()
: self
-
setType()
: self
-
setUpdatedAt()
: self
-
toArray()
: array<string|int, mixed>
__construct()
public
__construct() : mixed
getCounter()
public
getCounter() : int
getCreatedAt()
public
getCreatedAt() : int|null
getCreatedBy()
public
getCreatedBy() : int|null
getDescription()
public
getDescription() : string|null
Return values
string|null
getExternalId()
public
getExternalId() : int|null
getId()
public
getId() : int|null
getName()
public
getName() : string|null
Return values
string|null
getSlotRanges()
public
getSlotRanges() : RangeCollection
getTemplateTypeConfirmation()
public
getTemplateTypeConfirmation() : string
getTemplateTypeDelayed()
public
getTemplateTypeDelayed() : string
getTemplateTypeFeedback()
public
getTemplateTypeFeedback() : string
getTemplateTypeInfo()
public
getTemplateTypeInfo() : string
getTemplateTypeReminder()
public
getTemplateTypeReminder() : string
getType()
public
getType() : ResourceType|null
getUpdatedAt()
public
getUpdatedAt() : int|null
isConfirmationNotificationOn()
public
isConfirmationNotificationOn() : bool
isDelayedNotificationOn()
public
isDelayedNotificationOn() : bool
isExternal()
public
isExternal() : bool
isFeedbackNotificationOn()
public
isFeedbackNotificationOn() : bool
isInfoNotificationOn()
public
isInfoNotificationOn() : bool
isMain()
public
isMain() : bool|null
isReminderNotificationOn()
public
isReminderNotificationOn() : bool
mapFromArray()
public
static mapFromArray(array<string|int, mixed> $props) : self
Parameters
-
$props
: array<string|int, mixed>
-
setCounter()
public
setCounter(int $value) : self
Parameters
-
$value
: int
-
setCreatedAt()
public
setCreatedAt(int|null $createdAt) : self
Parameters
-
$createdAt
: int|null
-
setCreatedBy()
public
setCreatedBy(int|null $createdBy) : self
Parameters
-
$createdBy
: int|null
-
setDescription()
public
setDescription(string|null $description) : self
Parameters
-
$description
: string|null
-
setExternalId()
public
setExternalId(int|null $externalId) : Resource
Parameters
-
$externalId
: int|null
-
setId()
public
setId(int|null $id) : Resource
Parameters
-
$id
: int|null
-
setIsConfirmationNotificationOn()
public
setIsConfirmationNotificationOn(bool $isConfirmationNotificationOn) : self
Parameters
-
$isConfirmationNotificationOn
: bool
-
setIsDelayedNotificationOn()
public
setIsDelayedNotificationOn(bool $isDelayedNotificationOn) : self
Parameters
-
$isDelayedNotificationOn
: bool
-
setIsFeedbackNotificationOn()
public
setIsFeedbackNotificationOn(bool $isFeedbackNotificationOn) : self
Parameters
-
$isFeedbackNotificationOn
: bool
-
setIsInfoNotificationOn()
public
setIsInfoNotificationOn(bool $isInfoNotificationOn) : self
Parameters
-
$isInfoNotificationOn
: bool
-
setIsReminderNotificationOn()
public
setIsReminderNotificationOn(bool $isReminderNotificationOn) : self
Parameters
-
$isReminderNotificationOn
: bool
-
setMain()
public
setMain(bool $main) : self
Parameters
-
$main
: bool
-
setName()
public
setName(string|null $name) : self
Parameters
-
$name
: string|null
-
setSlotRanges()
public
setSlotRanges(RangeCollection $slotRanges) : self
Parameters
-
$slotRanges
: RangeCollection
-
setTemplateTypeConfirmation()
public
setTemplateTypeConfirmation(string $templateTypeConfirmation) : self
Parameters
-
$templateTypeConfirmation
: string
-
setTemplateTypeDelayed()
public
setTemplateTypeDelayed(string $templateTypeFeedback) : self
Parameters
-
$templateTypeFeedback
: string
-
setTemplateTypeFeedback()
public
setTemplateTypeFeedback(string $templateTypeFeedback) : self
Parameters
-
$templateTypeFeedback
: string
-
setTemplateTypeInfo()
public
setTemplateTypeInfo(string $templateTypeInfo) : self
Parameters
-
$templateTypeInfo
: string
-
setTemplateTypeReminder()
public
setTemplateTypeReminder(string $templateTypeReminder) : self
Parameters
-
$templateTypeReminder
: string
-
setType()
public
setType(ResourceType|null $type) : self
Parameters
-
$type
: ResourceType|null
-
setUpdatedAt()
public
setUpdatedAt(int|null $updatedAt) : self
Parameters
-
$updatedAt
: int|null
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>