EventTimeslotService
class EventTimeslotService
Methods
__construct(EventTimeslotRepository $eventTimeslotRepository, EventRepository $eventRepository, TimeslotRepository $timeslotRepository, DayRepository $dayRepository, EntityManagerInterface $entityManager)
No description
array
findAll(string|null $eventPid, string|null $timeslotPid, string|null $dayPid, bool|null $hasActivityExecutions, bool|null $bookable)
No description
findOne(string $pid)
No description
void
delete(string $pid)
No description
Details
at line 20
__construct(EventTimeslotRepository $eventTimeslotRepository, EventRepository $eventRepository, TimeslotRepository $timeslotRepository, DayRepository $dayRepository, EntityManagerInterface $entityManager)
No description
at line 32
array
findAll(string|null $eventPid, string|null $timeslotPid, string|null $dayPid, bool|null $hasActivityExecutions, bool|null $bookable)
No description
at line 62
EventTimeslot
findOne(string $pid)
No description
at line 67
EventTimeslot
create(CreateEventTimeslotDto $dto)
No description
at line 91
void
delete(string $pid)
No description