Funktionalität für interaktive Formeln hinzugefügt
This commit is contained in:
@@ -475,6 +475,11 @@ class TopicData
|
||||
return true;
|
||||
}
|
||||
|
||||
public function removeAllTasks()
|
||||
{
|
||||
$this->tasks = array();
|
||||
}
|
||||
|
||||
public function getId(): string
|
||||
{
|
||||
return $this->id;
|
||||
|
||||
Reference in New Issue
Block a user