aboutsummaryrefslogtreecommitdiff
path: root/lib/classes/StudygroupAvatar.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/classes/StudygroupAvatar.php')
-rw-r--r--lib/classes/StudygroupAvatar.php16
1 files changed, 16 insertions, 0 deletions
diff --git a/lib/classes/StudygroupAvatar.php b/lib/classes/StudygroupAvatar.php
new file mode 100644
index 0000000..8e27f8e
--- /dev/null
+++ b/lib/classes/StudygroupAvatar.php
@@ -0,0 +1,16 @@
+<?php
+/**
+ * This class represents the avatar of a course.
+ *
+ * @author Marcus Lunzenauer (mlunzena@uos), Till Glöggler (tgloeggl@uos)
+ * @license GPL2 or any later version
+ * @copyright (c) Authors
+ * @since 1.10
+ */
+class StudygroupAvatar extends CourseAvatar
+{
+ /**
+ * This constant holds the username and ID of the "studygroup" avatar.
+ */
+ protected const NOBODY = 'studygroup';
+}