class EventTimeslotRepository extends ServiceEntityRepository

Methods

__construct(ManagerRegistry $registry)

No description

EventTimeslot|null
findByPid(string $pid)

No description

array
findAllFiltered(Event|null $event, Timeslot|null $timeslot, Day|null $day, bool|null $hasActivityExecutions, bool|null $bookable)

No description

EventTimeslot|null
findByEventAndTimeslot(Event $event, Timeslot $timeslot)

No description

Details

at line 19
__construct(ManagerRegistry $registry)

No description

Parameters

ManagerRegistry $registry

at line 24
EventTimeslot|null findByPid(string $pid)

No description

Parameters

string $pid

Return Value

EventTimeslot|null

at line 40
array findAllFiltered(Event|null $event, Timeslot|null $timeslot, Day|null $day, bool|null $hasActivityExecutions, bool|null $bookable)

No description

Parameters

Event|null $event
Timeslot|null $timeslot
Day|null $day
bool|null $hasActivityExecutions
bool|null $bookable

Return Value

array

at line 85
EventTimeslot|null findByEventAndTimeslot(Event $event, Timeslot $timeslot)

No description

Parameters

Event $event
Timeslot $timeslot

Return Value

EventTimeslot|null