Sms extends Service
Table of Contents
Methods
- getEvent() : Event
- getEventLink() : EventLink
- includeNotificationsModule() : bool
- This method includes *notifications* module and checks account
- notifyAboutMeetingStatus() : bool
- notifyAboutSharingEventEdit() : bool
- setCrmDealLink() : $this
- setEvent() : $this
- setEventLink() : $this
- setOldEvent() : $this
Methods
getEvent()
public
getEvent() : Event
Return values
EventgetEventLink()
public
getEventLink() : EventLink
Return values
EventLinkincludeNotificationsModule()
This method includes *notifications* module and checks account
public
includeNotificationsModule() : bool
returns true if notifications service is available, otherwise returns false
Return values
boolnotifyAboutMeetingStatus()
public
notifyAboutMeetingStatus(string $to) : bool
Parameters
- $to : string
Return values
boolnotifyAboutSharingEventEdit()
public
abstract notifyAboutSharingEventEdit(string $to) : bool
Parameters
- $to : string
Return values
boolsetCrmDealLink()
public
setCrmDealLink(CrmDealLink $crmDealLink) : $this
Parameters
- $crmDealLink : CrmDealLink
Return values
$thissetEvent()
public
setEvent(Event $event) : $this
Parameters
- $event : Event
Return values
$thissetEventLink()
public
setEventLink(EventLink $eventLink) : $this
Parameters
- $eventLink : EventLink
Return values
$thissetOldEvent()
public
setOldEvent(Event $oldEvent) : $this
Parameters
- $oldEvent : Event