ScheduleEntryDto
class ScheduleEntryDto
Methods
__construct(string $eventTimeslotPid, string $timeslotPid, string $startTime, string $endTime, EventDto $event, string $status, bool $bookingWindowOpen, string|null $role, ActivityExecutionDto|null $bookedActivity, string|null $bookingPid)
No description
static ScheduleEntryDto
fromSnapshot(ScheduleEntrySnapshot $snapshot, bool $canViewOrganisatoryInfo = false)
No description
static array
fromSnapshots(iterable $snapshots, bool $canViewOrganisatoryInfo = false)
No description
Details
at line 16
__construct(string $eventTimeslotPid, string $timeslotPid, string $startTime, string $endTime, EventDto $event, string $status, bool $bookingWindowOpen, string|null $role, ActivityExecutionDto|null $bookedActivity, string|null $bookingPid)
No description
at line 30
static ScheduleEntryDto
fromSnapshot(ScheduleEntrySnapshot $snapshot, bool $canViewOrganisatoryInfo = false)
No description
at line 56
static array
fromSnapshots(iterable $snapshots, bool $canViewOrganisatoryInfo = false)
No description