aboutsummaryrefslogtreecommitdiff
path: root/lib/models/CourseTopic.class.php
diff options
context:
space:
mode:
Diffstat (limited to 'lib/models/CourseTopic.class.php')
-rw-r--r--lib/models/CourseTopic.class.php3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/models/CourseTopic.class.php b/lib/models/CourseTopic.class.php
index 56a060d..61468d7 100644
--- a/lib/models/CourseTopic.class.php
+++ b/lib/models/CourseTopic.class.php
@@ -197,6 +197,7 @@ class CourseTopic extends SimpleORMap
* mean higher priority.
*
* @return boolean
+ * @todo Deprecated, remove for Stud.IP 6.0
*/
public function increasePriority()
{
@@ -227,6 +228,8 @@ class CourseTopic extends SimpleORMap
* Decreases the priority of this topic. Meaning the topic will be sorted further down.
* Be aware that this actually increases the priority property since higher numbers
* mean lower priority.
+ *
+ * @todo Deprecated, remove for Stud.IP 6.0
*/
public function decreasePriority()
{