Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
Stud.IP
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Iterations
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Locked files
Deploy
Model registry
Analyze
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Uni Osnabrück
Stud.IP
Commits
a033ddae
Commit
a033ddae
authored
11 months ago
by
Elmar Ludwig
Browse files
Options
Downloads
Patches
Plain Diff
Partially revert "describe sorm models again, fixes #3901"
This reverts parts of commit
2756f3d1
parent
c7272ff6
No related branches found
No related tags found
No related merge requests found
Changes
1
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
lib/models/ExternPageConfig.php
+4
-5
4 additions, 5 deletions
lib/models/ExternPageConfig.php
with
4 additions
and
5 deletions
lib/models/ExternPageConfig.php
+
4
−
5
View file @
a033ddae
...
@@ -13,21 +13,20 @@
...
@@ -13,21 +13,20 @@
* @package extern
* @package extern
* @since 5.4
* @since 5.4
*
*
* @property string $id alias column for config_id
* @property string $config_id database column
* @property string $config_id database column
* @property string $id alias column for config_id
* @property string $range_id database column
* @property string $range_id database column
* @property string $type database column
* @property string $type database column
* @property string $name database column
* @property string $name database column
* @property string $description database column
* @property string $description database column
* @property
JSONArrayObject
$conf database column
* @property
string
$conf database column
* @property string $template database column
* @property string $template database column
* @property string $author_id database column
* @property string $author_id database column
* @property string $editor_id database column
* @property string $editor_id database column
* @property int $mkdate database column
* @property int $mkdate database column
* @property int $chdate database column
* @property int $chdate database column
* @property User $author belongs_to User
* @property User $author has_one User
* @property User $editor belongs_to User
* @property User $editor has_one User
* @property Institute $range belongs_to Institute
*/
*/
class
ExternPageConfig
extends
SimpleORMap
class
ExternPageConfig
extends
SimpleORMap
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment