EventTimeslotController
class EventTimeslotController extends AbstractController
Methods
__construct(EventTimeslotService $eventTimeslotService, MissingActivityAssignmentService $missingActivityAssignmentFinder)
No description
list(EventTimeslotQueryDto|null $query = null)
No description
show(string $pid)
No description
listUnassignedUsers(string $pid, string $role, string|null $coach = null)
No description
delete(string $pid)
No description
Details
at line 29
__construct(EventTimeslotService $eventTimeslotService, MissingActivityAssignmentService $missingActivityAssignmentFinder)
No description
at line 35
ApiResponse
list(EventTimeslotQueryDto|null $query = null)
No description
at line 69
ApiResponse
show(string $pid)
No description
at line 90
ApiResponse
listUnassignedUsers(string $pid, string $role, string|null $coach = null)
No description
at line 130
ApiResponse
create(CreateEventTimeslotDto $dto)
No description
at line 159
ApiResponse
delete(string $pid)
No description