Synchronization
Table of Contents
Methods
-
__construct()
: mixed
-
createEvent()
: Result
-
createInstance()
: Result
-
createRecurrence()
: Result
-
createSection()
: Result
-
deleteEvent()
: Result
-
deleteInstance()
: Result
-
deleteInstanceEventConnection()
: mixed
-
deleteSection()
: Result
-
reCreateRecurrence()
: Result
-
updateEvent()
: Result
-
updateInstance()
: Result
-
updateSection()
: Result
-
upEventVersion()
: void
__construct()
public
__construct(FactoriesCollection $factories) : mixed
Parameters
-
$factories
: FactoriesCollection
-
-
throws
-
ObjectNotFoundException
createEvent()
public
createEvent(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
createInstance()
public
createInstance(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
createRecurrence()
public
createRecurrence(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
ObjectNotFoundException
-
throws
-
Exception
createSection()
public
createSection(Section $section, Context $context) : Result
Parameters
-
$section
: Section
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
deleteEvent()
public
deleteEvent(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
deleteInstance()
public
deleteInstance(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
deleteInstanceEventConnection()
public
deleteInstanceEventConnection(Event $event) : mixed
Parameters
-
$event
: Event
-
deleteSection()
public
deleteSection(Section $section, Context $context) : Result
Parameters
-
$section
: Section
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
reCreateRecurrence()
public
reCreateRecurrence(Event $masterEvent, Context $context) : Result
Parameters
-
$masterEvent
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectNotFoundException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
Exception
updateEvent()
public
updateEvent(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
updateInstance()
public
updateInstance(Event $event, Context $context) : Result
Parameters
-
$event
: Event
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
updateSection()
public
updateSection(Section $section, Context $context) : Result
Parameters
-
$section
: Section
-
-
$context
: Context
-
-
throws
-
ArgumentException
-
throws
-
BaseException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
upEventVersion()
public
upEventVersion(Event $event, Connection $connection, string $version) : void
Parameters
-
$event
: Event
-
-
$connection
: Connection
-
-
$version
: string
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
-
throws
-
Exception