Namespaces | Variables

forums_threads_new.php File Reference

Go to the source code of this file.

Namespaces

namespace  ilias
 

Class ilObjQuestionPool.


Variables

 $forumObj = new ilObjForum($_GET["ref_id"])
 $frm = & $forumObj->Forum
 $topicData = $frm->getOneTopic()
 if (!$rbacsystem->checkAccess("edit_post", $forumObj->getRefId()))
 $frm_loc = & new ilForumLocatorGUI()
 $umail = new ilMail($_SESSION["AccountId"])

Variable Documentation

$forumObj = new ilObjForum($_GET["ref_id"])

Definition at line 38 of file forums_threads_new.php.

$frm = & $forumObj->Forum

Definition at line 39 of file forums_threads_new.php.

$frm_loc = & new ilForumLocatorGUI()

Definition at line 66 of file forums_threads_new.php.

$topicData = $frm->getOneTopic()

Definition at line 45 of file forums_threads_new.php.

$umail = new ilMail($_SESSION["AccountId"])
if(!$rbacsystem->checkAccess("edit_post", $forumObj->getRefId()))

Definition at line 60 of file forums_threads_new.php.