aboutsummaryrefslogtreecommitdiff
path: root/lib/models/MvvFile.php
diff options
context:
space:
mode:
authorJan-Hendrik Willms <tleilax+studip@gmail.com>2023-10-02 09:26:54 +0000
committerJan-Hendrik Willms <tleilax+studip@gmail.com>2023-10-02 09:26:54 +0000
commiteb19fa6a076a8d211cd483afb01eeda6172d27e4 (patch)
tree3eb6355b6918ceb0e2c9978cb5d98cb9f4458640 /lib/models/MvvFile.php
parentfe64b827e2e503085c6f596eeed08d6ece36624b (diff)
fixes #3225
Closes #3225 Merge request studip/studip!2186
Diffstat (limited to 'lib/models/MvvFile.php')
-rw-r--r--lib/models/MvvFile.php15
1 files changed, 15 insertions, 0 deletions
diff --git a/lib/models/MvvFile.php b/lib/models/MvvFile.php
index 109ac2b..50cd9b2 100644
--- a/lib/models/MvvFile.php
+++ b/lib/models/MvvFile.php
@@ -11,6 +11,21 @@
* @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2
* @category Stud.IP
* @since 4.5
+ *
+ * @property string $id alias column for mvvfile_id
+ * @property string $mvvfile_id database column
+ * @property int|null $year database column
+ * @property string|null $type database column
+ * @property string|null $category database column
+ * @property string|null $tags database column
+ * @property int|null $extern_visible database column
+ * @property string|null $author_id database column
+ * @property string|null $editor_id database column
+ * @property int $mkdate database column
+ * @property int $chdate database column
+ * @property SimpleORMapCollection|MvvFileFileref[] $file_refs has_many MvvFileFileref
+ * @property SimpleORMapCollection|MvvFileRange[] $ranges has_many MvvFileRange
+ * @property-read mixed $count_relations additional field
*/
class MvvFile extends ModuleManagementModel