Bitrix-D7 23.9
 
Загрузка...
Поиск...
Не найдено
Класс NotificationService
+ Граф наследования:NotificationService:

Открытые члены

 notifyAboutMeetingStatus (string $to)
 
 notifyAboutSharingEventEdit (string $to)
 
 sendCrmSharingAutoAccepted (string $to)
 
- Открытые члены унаследованные от Service
 getEvent ()
 
 setEvent (Event $event)
 
 getEventLink ()
 
 setEventLink (EventLink $eventLink)
 
 setCrmDealLink (CrmDealLink $crmDealLink)
 
 setOldEvent (Event $oldEvent)
 

Открытые статические члены

static includeNotificationsModule ()
 

Защищенные члены

 sendMessage (string $phoneNumber, string $templateCode, array $placeholders)
 
 getTemplateCode (array $owner)
 
 getPlaceholders (string $templateCode, array $owner, ?string $calendarLink)
 
 getShortCalendarLink ()
 
- Защищенные члены унаследованные от Service
 getEventFormattedDateTime ()
 
 getOwner ()
 
 getCalendarLink ()
 
 getAttendeesList ()
 

Дополнительные унаследованные члены

- Защищенные данные унаследованные от Service
Event $event
 
EventLink $eventLink
 
CrmDealLink $crmDealLink
 
Event $oldEvent = null
 

Подробное описание

См. определение в файле notificationservice.php строка 10

Методы

◆ getPlaceholders()

getPlaceholders ( string $templateCode,
array $owner,
?string $calendarLink )
protected
Аргументы
string$templateCode
array$owner
string | null$calendarLink
Возвращает
array

См. определение в файле notificationservice.php строка 146

◆ getShortCalendarLink()

getShortCalendarLink ( )
protected
Возвращает
string|null

См. определение в файле notificationservice.php строка 198

◆ getTemplateCode()

getTemplateCode ( array $owner)
protected
Аргументы
array$owner
Возвращает
string

См. определение в файле notificationservice.php строка 123

◆ includeNotificationsModule()

static includeNotificationsModule ( )
static

This method includes notifications module and checks account

returns true if notifications service is available, otherwise returns false

Возвращает
bool
Исключения

Bitrix\Main\LoaderException

См. определение в файле notificationservice.php строка 27

◆ notifyAboutMeetingStatus()

notifyAboutMeetingStatus ( string $to)
Аргументы
string$to
Возвращает
bool

Переопределяет метод предка Service.

См. определение в файле notificationservice.php строка 46

◆ notifyAboutSharingEventEdit()

notifyAboutSharingEventEdit ( string $to)
Аргументы
string$to
Возвращает
bool

Переопределяет метод предка Service.

См. определение в файле notificationservice.php строка 64

◆ sendCrmSharingAutoAccepted()

sendCrmSharingAutoAccepted ( string $to)
Аргументы
string$to
Возвращает
bool

См. определение в файле notificationservice.php строка 74

◆ sendMessage()

sendMessage ( string $phoneNumber,
string $templateCode,
array $placeholders )
protected
Аргументы
string$phoneNumber
string$templateCode
array$placeholders
Возвращает
bool

См. определение в файле notificationservice.php строка 96