aboutsummaryrefslogtreecommitdiff
path: root/lib/models/MvvContactRange.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2022-07-14 14:58:26 +0000
committerDavid Siegfried <david.siegfried@uni-vechta.de>2022-07-14 14:58:26 +0000
commit769675071b44cff1f699396270b378d189ada866 (patch)
tree06d8742d9001425605fbb703cacce14bf9af3ac4 /lib/models/MvvContactRange.php
parent7afb6da1c9bdbbad72ba1364daab18133dae8dae (diff)
fix most of the errors reported from phpstan in `app/controllers`, fixes #1328
Closes #1328 Merge request studip/studip!813
Diffstat (limited to 'lib/models/MvvContactRange.php')
-rw-r--r--lib/models/MvvContactRange.php19
1 files changed, 19 insertions, 0 deletions
diff --git a/lib/models/MvvContactRange.php b/lib/models/MvvContactRange.php
index 5d5d501..85bdf63 100644
--- a/lib/models/MvvContactRange.php
+++ b/lib/models/MvvContactRange.php
@@ -11,6 +11,25 @@
* @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2
* @category Stud.IP
* @since 4.5
+ *
+ * @property string $id
+ * @property string $contact_range_id
+ * @property string $contact_id
+ * @property string $range_id
+ * @property string $range_type
+ * @property string $type
+ * @property string $category
+ * @property int|null $position
+ * @property string $author_id
+ * @property string $editor_id
+ * @property int $mkdate
+ * @property int $chdate
+ *
+ * @property MvvContact $contact
+ *
+ * @property int $count_relations
+ * @property string $name
+ * @property string $contact_status
*/
class MvvContactRange extends ModuleManagementModel