diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-14 07:49:25 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2025-03-14 07:49:25 +0000 |
| commit | 7f55c8897fbd87e3baff7202589d2d59c17e7f07 (patch) | |
| tree | 7a2328217af30ceb570967c211c2c60ed0bab32a /lib/models/CourseDate.php | |
| parent | ae8c8b8c7cf4f8d49a9a3b1b408e5700f4e2b357 (diff) | |
execute sorm:describe for 6.0, re #3804
Merge request studip/studip!4044
Diffstat (limited to 'lib/models/CourseDate.php')
| -rw-r--r-- | lib/models/CourseDate.php | 13 |
1 files changed, 7 insertions, 6 deletions
diff --git a/lib/models/CourseDate.php b/lib/models/CourseDate.php index 34c4450..2cf6d99 100644 --- a/lib/models/CourseDate.php +++ b/lib/models/CourseDate.php @@ -22,16 +22,17 @@ * @property int $date_typ database column * @property string|null $raum database column * @property string|null $metadate_id database column - * @property SimpleORMapCollection|Folder[] $folders has_many Folder - * @property SimpleORMapCollection|RoomRequest[] $room_requests has_many RoomRequest - * @property SimpleORMapCollection|ResourceRequestAppointment[] $resource_request_appointments has_many ResourceRequestAppointment + * @property int|null $number_of_participants database column + * @property SimpleORMapCollection<Folder> $folders has_many Folder + * @property SimpleORMapCollection<RoomRequest> $room_requests has_many RoomRequest + * @property SimpleORMapCollection<ResourceRequestAppointment> $resource_request_appointments has_many ResourceRequestAppointment * @property User $author belongs_to User * @property Course $course belongs_to Course * @property SeminarCycleDate|null $cycle belongs_to SeminarCycleDate * @property ResourceBooking $room_booking has_one ResourceBooking - * @property SimpleORMapCollection|CourseTopic[] $topics has_and_belongs_to_many CourseTopic - * @property SimpleORMapCollection|Statusgruppen[] $statusgruppen has_and_belongs_to_many Statusgruppen - * @property SimpleORMapCollection|User[] $dozenten has_and_belongs_to_many User + * @property SimpleORMapCollection<CourseTopic> $topics has_and_belongs_to_many CourseTopic + * @property SimpleORMapCollection<Statusgruppen> $statusgruppen has_and_belongs_to_many Statusgruppen + * @property SimpleORMapCollection<User> $dozenten has_and_belongs_to_many User */ class CourseDate extends SimpleORMap implements PrivacyObject, Event |
