Bitrix API

ResourceType implements EntityInterface

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>

Constants

INTERNAL_MODULE_ID

public mixed INTERNAL_MODULE_ID = 'booking'

Methods

getCode()

public getCode() : string|null
Return values
string|null

getId()

public getId() : int|null
Return values
int|null

getModuleId()

public getModuleId() : string|null
Return values
string|null

getName()

public getName() : string|null
Return values
string|null

getTemplateTypeConfirmation()

public getTemplateTypeConfirmation() : string
Return values
string

getTemplateTypeDelayed()

public getTemplateTypeDelayed() : string
Return values
string

getTemplateTypeFeedback()

public getTemplateTypeFeedback() : string
Return values
string

getTemplateTypeInfo()

public getTemplateTypeInfo() : string
Return values
string

getTemplateTypeReminder()

public getTemplateTypeReminder() : string
Return values
string

isConfirmationNotificationOn()

public isConfirmationNotificationOn() : bool
Return values
bool

isDelayedNotificationOn()

public isDelayedNotificationOn() : bool
Return values
bool

isFeedbackNotificationOn()

public isFeedbackNotificationOn() : bool
Return values
bool

isInfoNotificationOn()

public isInfoNotificationOn() : bool
Return values
bool

isReminderNotificationOn()

public isReminderNotificationOn() : bool
Return values
bool

mapFromArray()

public static mapFromArray(array<string|int, mixed> $props) : self
Parameters
$props : array<string|int, mixed>
Return values
self

setCode()

public setCode(string|null $code) : self
Parameters
$code : string|null
Return values
self

setId()

public setId(int|null $id) : self
Parameters
$id : int|null
Return values
self

setIsConfirmationNotificationOn()

public setIsConfirmationNotificationOn(bool $isConfirmationNotificationOn) : self
Parameters
$isConfirmationNotificationOn : bool
Return values
self

setIsDelayedNotificationOn()

public setIsDelayedNotificationOn(bool $isDelayedNotificationOn) : self
Parameters
$isDelayedNotificationOn : bool
Return values
self

setIsFeedbackNotificationOn()

public setIsFeedbackNotificationOn(bool $isFeedbackNotificationOn) : self
Parameters
$isFeedbackNotificationOn : bool
Return values
self

setIsInfoNotificationOn()

public setIsInfoNotificationOn(bool $isInfoNotificationOn) : self
Parameters
$isInfoNotificationOn : bool
Return values
self

setIsReminderNotificationOn()

public setIsReminderNotificationOn(bool $isReminderNotificationOn) : self
Parameters
$isReminderNotificationOn : bool
Return values
self

setModuleId()

public setModuleId(string|null $moduleId) : self
Parameters
$moduleId : string|null
Return values
self

setName()

public setName(string|null $name) : self
Parameters
$name : string|null
Return values
self

setTemplateTypeConfirmation()

public setTemplateTypeConfirmation(string $templateTypeConfirmation) : self
Parameters
$templateTypeConfirmation : string
Return values
self

setTemplateTypeDelayed()

public setTemplateTypeDelayed(string $templateTypeDelayed) : self
Parameters
$templateTypeDelayed : string
Return values
self

setTemplateTypeFeedback()

public setTemplateTypeFeedback(string $templateTypeFeedback) : self
Parameters
$templateTypeFeedback : string
Return values
self

setTemplateTypeInfo()

public setTemplateTypeInfo(string $templateTypeInfo) : self
Parameters
$templateTypeInfo : string
Return values
self

setTemplateTypeReminder()

public setTemplateTypeReminder(string $templateTypeReminder) : self
Parameters
$templateTypeReminder : string
Return values
self

toArray()

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

        
On this page

Search results