MailService extends AbstractService
Table of Contents
Methods
- canSendMessage() : bool
- sendCrmSharingAutoAccepted() : bool
- sendCrmSharingCancelled() : bool
- sendCrmSharingEdited() : bool
- sendCrmSharingInvited() : bool
- setCrmDealLink() : $this
- setEvent() : $this
- setEventLink() : $this
- setOldEvent() : $this
Methods
canSendMessage()
public
static canSendMessage(ItemIdentifier $entity) : bool
Parameters
- $entity : ItemIdentifier
Return values
boolsendCrmSharingAutoAccepted()
public
sendCrmSharingAutoAccepted() : bool
Return values
boolsendCrmSharingCancelled()
public
sendCrmSharingCancelled() : bool
Return values
boolsendCrmSharingEdited()
public
sendCrmSharingEdited() : bool
Return values
boolsendCrmSharingInvited()
public
sendCrmSharingInvited() : bool
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