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/resources/Location.php | |
| parent | ae8c8b8c7cf4f8d49a9a3b1b408e5700f4e2b357 (diff) | |
execute sorm:describe for 6.0, re #3804
Merge request studip/studip!4044
Diffstat (limited to 'lib/models/resources/Location.php')
| -rw-r--r-- | lib/models/resources/Location.php | 11 |
1 files changed, 6 insertions, 5 deletions
diff --git a/lib/models/resources/Location.php b/lib/models/resources/Location.php index 788b4b3..9078b71 100644 --- a/lib/models/resources/Location.php +++ b/lib/models/resources/Location.php @@ -23,14 +23,15 @@ * @property I18NString|null $description database column * @property int $requestable database column * @property int $lockable database column + * @property int $booking_plan_request database column * @property int $mkdate database column * @property int $chdate database column * @property int $sort_position database column - * @property SimpleORMapCollection|ResourceProperty[] $properties has_many ResourceProperty - * @property SimpleORMapCollection|ResourcePermission[] $permissions has_many ResourcePermission - * @property SimpleORMapCollection|ResourceRequest[] $requests has_many ResourceRequest - * @property SimpleORMapCollection|ResourceBooking[] $bookings has_many ResourceBooking - * @property SimpleORMapCollection|Resource[] $children has_many Resource + * @property SimpleORMapCollection<ResourceProperty> $properties has_many ResourceProperty + * @property SimpleORMapCollection<ResourcePermission> $permissions has_many ResourcePermission + * @property SimpleORMapCollection<ResourceRequest> $requests has_many ResourceRequest + * @property SimpleORMapCollection<ResourceBooking> $bookings has_many ResourceBooking + * @property SimpleORMapCollection<Resource> $children has_many Resource * @property ResourceCategory $category belongs_to ResourceCategory * @property Resource $parent belongs_to Resource * @property mixed $geo_coordinates additional field |
