EventConverter
Table of Contents
Methods
-
__construct()
: mixed
-
convertForCreate()
: array<string|int, mixed>
-
convertForDelete()
: array<string|int, string>
-
convertForDeleteInstance()
: array<string|int, mixed>
-
convertForUpdate()
: array<string|int, mixed>
-
prepareAccessibility()
: string
-
prepareDate()
: array<string|int, mixed>
-
prepareDescriptionRecurrenceRule()
: string
-
prepareExcludedDates()
: array<string|int, mixed>
__construct()
public
__construct(Event $event[, EventConnection|null $eventConnection = null ][, InstanceMap|null $instanceCollection = null ]) : mixed
Parameters
-
$event
: Event
-
-
$eventConnection
: EventConnection|null
= null
-
-
$instanceCollection
: InstanceMap|null
= null
-
convertForCreate()
public
convertForCreate() : array<string|int, mixed>
-
throws
-
ObjectException
Return values
array<string|int, mixed>
convertForDelete()
public
convertForDelete() : array<string|int, string>
Return values
array<string|int, string>
convertForDeleteInstance()
public
convertForDeleteInstance() : array<string|int, mixed>
-
throws
-
BaseException
-
throws
-
ObjectException
Return values
array<string|int, mixed>
convertForUpdate()
public
convertForUpdate() : array<string|int, mixed>
-
throws
-
ObjectException
-
throws
-
BaseException
Return values
array<string|int, mixed>
prepareAccessibility()
public
prepareAccessibility() : string
prepareDate()
public
prepareDate() : array<string|int, mixed>
Return values
array<string|int, mixed>
prepareDescriptionRecurrenceRule()
public
prepareDescriptionRecurrenceRule() : string
prepareExcludedDates()
public
prepareExcludedDates() : array<string|int, mixed>
Return values
array<string|int, mixed>