Table of Contents
Interfaces
- EntityInterface
Constants
-
INTERNAL_MODULE_ID
= 'booking'
Methods
-
__construct()
: mixed
-
getCode()
: string|null
-
getId()
: int|null
-
getModuleId()
: string|null
-
getName()
: string|null
-
getTemplateTypeConfirmation()
: string
-
getTemplateTypeDelayed()
: string
-
getTemplateTypeFeedback()
: string
-
getTemplateTypeInfo()
: string
-
getTemplateTypeReminder()
: string
-
isConfirmationNotificationOn()
: bool
-
isDelayedNotificationOn()
: bool
-
isFeedbackNotificationOn()
: bool
-
isInfoNotificationOn()
: bool
-
isReminderNotificationOn()
: bool
-
mapFromArray()
: self
-
setCode()
: self
-
setId()
: self
-
setIsConfirmationNotificationOn()
: self
-
setIsDelayedNotificationOn()
: self
-
setIsFeedbackNotificationOn()
: self
-
setIsInfoNotificationOn()
: self
-
setIsReminderNotificationOn()
: self
-
setModuleId()
: self
-
setName()
: self
-
setTemplateTypeConfirmation()
: self
-
setTemplateTypeDelayed()
: self
-
setTemplateTypeFeedback()
: self
-
setTemplateTypeInfo()
: self
-
setTemplateTypeReminder()
: self
-
toArray()
: array<string|int, mixed>
INTERNAL_MODULE_ID
public
mixed
INTERNAL_MODULE_ID
= 'booking'
__construct()
public
__construct() : mixed
getCode()
public
getCode() : string|null
Return values
string|null
getId()
public
getId() : int|null
getModuleId()
public
getModuleId() : string|null
Return values
string|null
getName()
public
getName() : string|null
Return values
string|null
getTemplateTypeConfirmation()
public
getTemplateTypeConfirmation() : string
getTemplateTypeDelayed()
public
getTemplateTypeDelayed() : string
getTemplateTypeFeedback()
public
getTemplateTypeFeedback() : string
getTemplateTypeInfo()
public
getTemplateTypeInfo() : string
getTemplateTypeReminder()
public
getTemplateTypeReminder() : string
isConfirmationNotificationOn()
public
isConfirmationNotificationOn() : bool
isDelayedNotificationOn()
public
isDelayedNotificationOn() : bool
isFeedbackNotificationOn()
public
isFeedbackNotificationOn() : bool
isInfoNotificationOn()
public
isInfoNotificationOn() : bool
isReminderNotificationOn()
public
isReminderNotificationOn() : bool
mapFromArray()
public
static mapFromArray(array<string|int, mixed> $props) : self
Parameters
-
$props
: array<string|int, mixed>
-
setCode()
public
setCode(string|null $code) : self
Parameters
-
$code
: string|null
-
setId()
public
setId(int|null $id) : self
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
-
setModuleId()
public
setModuleId(string|null $moduleId) : self
Parameters
-
$moduleId
: string|null
-
setName()
public
setName(string|null $name) : self
Parameters
-
$name
: string|null
-
setTemplateTypeConfirmation()
public
setTemplateTypeConfirmation(string $templateTypeConfirmation) : self
Parameters
-
$templateTypeConfirmation
: string
-
setTemplateTypeDelayed()
public
setTemplateTypeDelayed(string $templateTypeDelayed) : self
Parameters
-
$templateTypeDelayed
: 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
-
toArray()
public
toArray() : array<string|int, mixed>
Return values
array<string|int, mixed>