diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-10-02 09:26:54 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2023-10-02 09:26:54 +0000 |
| commit | eb19fa6a076a8d211cd483afb01eeda6172d27e4 (patch) | |
| tree | 3eb6355b6918ceb0e2c9978cb5d98cb9f4458640 /lib/models/MvvFileFileref.php | |
| parent | fe64b827e2e503085c6f596eeed08d6ece36624b (diff) | |
fixes #3225
Closes #3225
Merge request studip/studip!2186
Diffstat (limited to 'lib/models/MvvFileFileref.php')
| -rw-r--r-- | lib/models/MvvFileFileref.php | 14 |
1 files changed, 14 insertions, 0 deletions
diff --git a/lib/models/MvvFileFileref.php b/lib/models/MvvFileFileref.php index 0771055..fe2e9e6 100644 --- a/lib/models/MvvFileFileref.php +++ b/lib/models/MvvFileFileref.php @@ -11,6 +11,20 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP * @since 4.5 + * + * @property array $id alias for pk + * @property string $mvvfile_id database column + * @property string $file_language database column + * @property string $name database column + * @property string $fileref_id 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 MvvFile $mvv_file belongs_to MvvFile + * @property FileRef $file_ref belongs_to FileRef + * @property-read mixed $filetype additional field + * @property-read mixed $filename additional field */ class MvvFileFileref extends ModuleManagementModel |
