SyncEvent implements EntityInterface
Table of Contents
Interfaces
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
Return values
$thisaddInstanceList()
public
addInstanceList(array<string|int, mixed> $list) : $this
Parameters
- $list : array<string|int, mixed>
Tags
Return values
$thisgetAction()
public
getAction() : string
Return values
stringgetEntityTag()
public
getEntityTag() : string|null
Return values
string|nullgetEvent()
public
getEvent() : Event
Return values
EventgetEventConnection()
public
getEventConnection() : EventConnection
Return values
EventConnectiongetEventId()
public
getEventId() : int|null
Return values
int|nullgetId()
public
getId() : int|null
Return values
int|nullgetInstanceMap()
public
getInstanceMap() : InstanceMap|null
Return values
InstanceMap|nullgetParentId()
public
getParentId() : int|null
Return values
int|nullgetUid()
public
getUid() : string|null
Return values
string|nullgetVendorEventId()
public
getVendorEventId() : string
Return values
stringgetVendorRecurrenceId()
public
getVendorRecurrenceId() : string|null
Return values
string|nullhasInstances()
public
hasInstances() : bool
Return values
boolisBaseEvent()
public
isBaseEvent() : bool
Return values
boolisInstance()
public
isInstance() : bool
Return values
boolisRecurrence()
public
isRecurrence() : bool
Return values
boolisSingle()
public
isSingle() : bool
Return values
boolisSuccessAction()
public
isSuccessAction() : bool
Return values
boolsetAction()
public
setAction(string|null $action) : $this
Parameters
- $action : string|null
Return values
$thissetEvent()
public
setEvent(Event $event) : SyncEvent
Parameters
- $event : Event
Return values
SyncEventsetEventConnection()
public
setEventConnection(EventConnection|null $eventConnection) : SyncEvent
Parameters
- $eventConnection : EventConnection|null
Return values
SyncEventsetInstanceMap()
public
setInstanceMap(InstanceMap|null $instanceMap) : SyncEvent
Parameters
- $instanceMap : InstanceMap|null