aboutsummaryrefslogtreecommitdiff
path: root/lib/models/Courseware/StructuralElement.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-14 07:49:25 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2025-03-14 07:49:25 +0000
commit7f55c8897fbd87e3baff7202589d2d59c17e7f07 (patch)
tree7a2328217af30ceb570967c211c2c60ed0bab32a /lib/models/Courseware/StructuralElement.php
parentae8c8b8c7cf4f8d49a9a3b1b408e5700f4e2b357 (diff)
execute sorm:describe for 6.0, re #3804
Merge request studip/studip!4044
Diffstat (limited to 'lib/models/Courseware/StructuralElement.php')
-rw-r--r--lib/models/Courseware/StructuralElement.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/lib/models/Courseware/StructuralElement.php b/lib/models/Courseware/StructuralElement.php
index 3f7c569..9262123 100644
--- a/lib/models/Courseware/StructuralElement.php
+++ b/lib/models/Courseware/StructuralElement.php
@@ -35,8 +35,8 @@ use User;
* @property string $permission_type database column
* @property string $visible database column
* @property bool $visible_all database column
- * @property int $visible_start_date database column
- * @property int $visible_end_date database column
+ * @property int|null $visible_start_date database column
+ * @property int|null $visible_end_date database column
* @property string $writable database column
* @property bool $writable_all database column
* @property int|null $writable_start_date database column
@@ -48,10 +48,10 @@ use User;
* @property \JSONArrayObject $external_relations database column
* @property int $mkdate database column
* @property int $chdate database column
- * @property \SimpleORMapCollection|StructuralElement[] $children has_many StructuralElement
- * @property \SimpleORMapCollection|Container[] $containers has_many Container
- * @property \SimpleORMapCollection|StructuralElementComment[] $comments has_many StructuralElementComment
- * @property \SimpleORMapCollection|StructuralElementFeedback[] $feedback has_many StructuralElementFeedback
+ * @property \SimpleORMapCollection<StructuralElement> $children has_many StructuralElement
+ * @property \SimpleORMapCollection<Container> $containers has_many Container
+ * @property \SimpleORMapCollection<StructuralElementComment> $comments has_many StructuralElementComment
+ * @property \SimpleORMapCollection<StructuralElementFeedback> $feedback has_many StructuralElementFeedback
* @property StructuralElement|null $parent belongs_to StructuralElement
* @property \User $user belongs_to \User
* @property \Course $course belongs_to \Course