EventConverter
Table of Contents
Constants
-
ACCESSIBILITY_EXPORT_MAP
= ['busy' => 'busy', 'free' => 'free', 'quest' => 'tentative', 'absent' => 'oof']
-
ACCESSIBILITY_IMPORT_MAP
= ['busy' => 'busy', 'free' => 'free', 'workingElsewhere' => 'absent', 'tentative' => 'quest', 'oof' => 'absent']
Methods
-
__construct()
: mixed
-
eventToDto()
: EventDto
ACCESSIBILITY_EXPORT_MAP
public
mixed
ACCESSIBILITY_EXPORT_MAP
= ['busy' => 'busy', 'free' => 'free', 'quest' => 'tentative', 'absent' => 'oof']
ACCESSIBILITY_IMPORT_MAP
public
mixed
ACCESSIBILITY_IMPORT_MAP
= ['busy' => 'busy', 'free' => 'free', 'workingElsewhere' => 'absent', 'tentative' => 'quest', 'oof' => 'absent']
__construct()
public
__construct() : mixed
eventToDto()
public
eventToDto(Event $event) : EventDto
Parameters
-
$event
: Event
-