Funktionalität für interaktive Formeln hinzugefügt

This commit is contained in:
Matthias Grief
2025-01-03 18:23:05 +01:00
parent 368480cf0c
commit 46cbe59447
2 changed files with 73 additions and 0 deletions

View File

@@ -475,6 +475,11 @@ class TopicData
return true;
}
public function removeAllTasks()
{
$this->tasks = array();
}
public function getId(): string
{
return $this->id;