16 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
17 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
37 $this->delete_enabled =
true;
38 $this->cut_enabled =
true;
39 $this->copy_enabled =
true;
40 $this->subscribe_enabled =
true;
41 $this->link_enabled =
false;
42 $this->payment_enabled =
false;
43 $this->info_screen_enabled =
true;
45 $this->gui_class_name =
"ilobjquestionpoolgui";
48 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPoolAccess.php";
61 function initItem($a_ref_id, $a_obj_id, $a_title =
"", $a_description =
"")
63 parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
80 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
106 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
109 $props[] = array(
"alert" =>
true,
"property" => $lng->txt(
"status"),
110 "value" => $lng->txt(
"offline"));
127 $a_cmd = explode(
'::', $a_cmd);
129 if( count($a_cmd) == 2 )
131 $cmd_link = $ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjQuestionPoolGUI', $a_cmd[0]), $a_cmd[1]);
135 $cmd_link = $ilCtrl->getLinkTargetByClass(
'ilObjQuestionPoolGUI', $a_cmd[0]);
138 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
140 foreach($params as $param => $value)
ilObjectListGUI()
constructor
Class ilObjQuestionPoolListGUI.
getProperties()
Get item properties.
_getCommands()
get commands
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
ilObjQuestionPoolListGUI()
constructor
getCommandFrame($a_cmd)
Get command target frame.
_lookupOnline($a_obj_id, $is_reference=FALSE)
getCommandLink($a_cmd)
Get command link url.