diff options
| author | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-04-04 08:06:10 +0000 |
|---|---|---|
| committer | Jan-Hendrik Willms <tleilax+studip@gmail.com> | 2024-04-04 08:06:10 +0000 |
| commit | 2756f3d156f5c7b772d50099a1a77a49f014cece (patch) | |
| tree | 0e5c89a1f5ad83cc16483fa6588fbd92339c1c97 /lib/models/LoginFaq.class.php | |
| parent | b20d64e83c70b9f7d9963483270841b09df9c5e8 (diff) | |
describe sorm models again, fixes #3901
Merge request studip/studip!2796
Diffstat (limited to 'lib/models/LoginFaq.class.php')
| -rw-r--r-- | lib/models/LoginFaq.class.php | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/models/LoginFaq.class.php b/lib/models/LoginFaq.class.php index d6cad40..54f8170 100644 --- a/lib/models/LoginFaq.class.php +++ b/lib/models/LoginFaq.class.php @@ -15,6 +15,11 @@ * @license http://www.gnu.org/licenses/gpl-2.0.html GPL version 2 * @category Stud.IP * @since 5.5 + * + * @property int $id alias column for faq_id + * @property int $faq_id database column + * @property I18NString $title database column + * @property I18NString $description database column */ class LoginFaq extends SimpleORMap { |
