Bitrix API

SyncEvent implements EntityInterface

Table of Contents

Interfaces

EntityInterface

Methods

addInstance()  : $this
addInstanceList()  : $this
getAction()  : string
getEntityTag()  : string|null
getEvent()  : Event
getEventConnection()  : EventConnection
getEventId()  : int|null
getId()  : int|null
getInstanceMap()  : InstanceMap|null
getParentId()  : int|null
getUid()  : string|null
getVendorEventId()  : string
getVendorRecurrenceId()  : string|null
hasInstances()  : bool
isBaseEvent()  : bool
isInstance()  : bool
isRecurrence()  : bool
isSingle()  : bool
isSuccessAction()  : bool
setAction()  : $this
setEvent()  : SyncEvent
setEventConnection()  : SyncEvent
setInstanceMap()  : SyncEvent

Methods

addInstance()

public addInstance(SyncEvent $instance) : $this
Parameters
$instance : SyncEvent
Tags
throws
ArgumentException
Return values
$this

addInstanceList()

public addInstanceList(array<string|int, mixed> $list) : $this
Parameters
$list : array<string|int, mixed>
Tags
throws
ArgumentException
Return values
$this

getAction()

public getAction() : string
Return values
string

getEntityTag()

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

getEventId()

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

getId()

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

getParentId()

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

getUid()

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

getVendorEventId()

public getVendorEventId() : string
Return values
string

getVendorRecurrenceId()

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

hasInstances()

public hasInstances() : bool
Return values
bool

isBaseEvent()

public isBaseEvent() : bool
Return values
bool

isInstance()

public isInstance() : bool
Return values
bool

isRecurrence()

public isRecurrence() : bool
Return values
bool

isSingle()

public isSingle() : bool
Return values
bool

isSuccessAction()

public isSuccessAction() : bool
Return values
bool

setAction()

public setAction(string|null $action) : $this
Parameters
$action : string|null
Return values
$this

        
On this page

Search results