Bitrix API

SenderRequestInvitation extends SenderInvitation

Class SenderInvitation

Table of Contents

Constants

CHARSET  = 'utf-8'
CONTENT_TYPE  = 'text/calendar'
METHOD  = 'request'

Methods

__construct()  : mixed
createInstance()  : SenderInvitation
executeAfterSuccessfulInvitation()  : bool
getAddresser()  : MailAddresser
getCountAttempsSend()  : int
getEvent()  : array<string|int, mixed>
getEventId()  : int
getEventParentId()  : int
getMethod()  : string
getReceiver()  : MailReceiver
getUid()  : string
incrementCounterInvitations()  : void
send()  : bool
setCounterInvitations()  : static
setEvent()  : static

Constants

Methods

__construct()

public __construct(array<string|int, mixed> $event, Context $context) : mixed
Parameters
$event : array<string|int, mixed>
$context : Context

executeAfterSuccessfulInvitation()

public executeAfterSuccessfulInvitation() : bool
Tags
throws
Exception
Return values
bool

getCountAttempsSend()

public getCountAttempsSend() : int
Return values
int

getEvent()

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

incrementCounterInvitations()

public incrementCounterInvitations() : void

send()

public send() : bool
Tags
throws
LoaderException
throws
ArgumentException
throws
ObjectPropertyException
throws
SystemException
throws
NotImplementedException
Return values
bool

setCounterInvitations()

public setCounterInvitations(int|null $counterInvitations) : static
Parameters
$counterInvitations : int|null
Return values
static

setEvent()

public setEvent(array<string|int, mixed>|null $event) : static
Parameters
$event : array<string|int, mixed>|null
Return values
static

        
On this page

Search results