Home
last modified time | relevance | path

Searched refs:ensureThreadBelongsToForum (Results 1 – 4 of 4) sorted by relevance

/dports/www/ilias/ILIAS-5.4.25/Modules/Forum/classes/
H A Dclass.ilForumExportGUI.php62 public function ensureThreadBelongsToForum(int $objId, \ilForumTopic $thread) function in ilForumExportGUI
106 $this->ensureThreadBelongsToForum((int) $this->frm->getForumId(), $topic);
150 $this->ensureThreadBelongsToForum((int) $this->frm->getForumId(), $post->getThread());
184 $this->ensureThreadBelongsToForum((int) $this->frm->getForumId(), $thread);
H A Dclass.ilObjForumGUI.php151 public function ensureThreadBelongsToForum(int $objId, \ilForumTopic $thread) function in ilObjForumGUI
456 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
488 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $this->objCurrentTopic);
1241 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
1277 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
1503 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $this->objCurrentTopic);
1526 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $this->objCurrentTopic);
2932 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $tmp_obj);
2940 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $tmp_obj);
3056 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
[all …]
/dports/www/ilias6/ILIAS-6.14/Modules/Forum/classes/
H A Dclass.ilForumExportGUI.php91 $this->ensureThreadBelongsToForum((int) $this->frm->getForumId(), $topic);
128 public function ensureThreadBelongsToForum(int $objId, \ilForumTopic $thread) function in ilForumExportGUI
314 $this->ensureThreadBelongsToForum((int) $this->frm->getForumId(), $post->getThread());
354 $this->ensureThreadBelongsToForum((int) $this->frm->getForumId(), $thread);
H A Dclass.ilObjForumGUI.php231 public function ensureThreadBelongsToForum(int $objId, \ilForumTopic $thread) function in ilObjForumGUI
579 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
611 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $this->objCurrentTopic);
1453 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
1489 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
1698 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $this->objCurrentTopic);
1721 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $this->objCurrentTopic);
3355 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $tmp_obj);
3363 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $tmp_obj);
3480 $this->ensureThreadBelongsToForum((int) $this->object->getId(), $thread);
[all …]