diff options
Diffstat (limited to 'lib/models/FeedbackEntry.php')
| -rw-r--r-- | lib/models/FeedbackEntry.php | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/models/FeedbackEntry.php b/lib/models/FeedbackEntry.php index 4b4ea7c..9c6ab41 100644 --- a/lib/models/FeedbackEntry.php +++ b/lib/models/FeedbackEntry.php @@ -3,12 +3,14 @@ /** * * @author Nils Gehrke <nils.gehrke@uni-goettingen.de> + * @author Ron Lucke <lucke@elan-ev.de> * * @property int $id database column * @property int $feedback_id database column * @property string $user_id database column * @property string $comment database column * @property int $rating database column + * @property int $anonymous database column * @property int $mkdate database column * @property int $chdate database column * @property FeedbackElement $feedback belongs_to FeedbackElement |
