Table of Contents
Interfaces
- EventManagerInterface
Methods
-
__construct()
: mixed
-
create()
: Result
-
createInstance()
: Result
-
createRecurrence()
: Result
-
delete()
: Result
-
deleteInstance()
: Result
-
getServiceName()
: string
-
saveRecurrence()
: Result
-
update()
: Result
-
updateInstance()
: Result
-
updateRecurrence()
: Result
__construct()
public
__construct(Connection $connection, int $userId) : mixed
Parameters
-
$connection
: Connection
-
-
$userId
: int
-
-
throws
-
ArgumentNullException
create()
public
create(Event $event, EventContext $context) : Result
Parameters
-
$event
: Event
-
-
$context
: EventContext
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
createInstance()
public
createInstance(Event $event, EventContext $context) : Result
Parameters
-
$event
: Event
-
-
$context
: EventContext
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
createRecurrence()
public
createRecurrence(SyncEvent $recurrenceEvent, SectionConnection $sectionConnection, Context $context) : Result
Parameters
-
$recurrenceEvent
: SyncEvent
-
-
$sectionConnection
: SectionConnection
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
delete()
public
delete(Event $event, EventContext $context) : Result
Parameters
-
$event
: Event
-
-
$context
: EventContext
-
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
CDavArgumentNullException
deleteInstance()
public
deleteInstance(Event $event, EventContext $context) : Result
Parameters
-
$event
: Event
-
-
$context
: EventContext
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
getServiceName()
public
getServiceName() : string
saveRecurrence()
public
saveRecurrence(SyncEvent $recurrenceEvent, SectionConnection $sectionConnection, Context $context) : Result
Parameters
-
$recurrenceEvent
: SyncEvent
-
-
$sectionConnection
: SectionConnection
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
update()
public
update(Event $event, EventContext $context) : Result
Parameters
-
$event
: Event
-
-
$context
: EventContext
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
updateInstance()
public
updateInstance(Event $event, EventContext $context) : Result
Parameters
-
$event
: Event
-
-
$context
: EventContext
-
-
throws
-
ArgumentException
-
throws
-
ArgumentNullException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException
updateRecurrence()
public
updateRecurrence(SyncEvent $recurrenceEvent, SectionConnection $sectionConnection, Context $context) : Result
Parameters
-
$recurrenceEvent
: SyncEvent
-
-
$sectionConnection
: SectionConnection
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
LoaderException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
CDavArgumentNullException