16 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
17 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
27 public function __construct($a_context = self::CONTEXT_REPOSITORY)
37 $this->delete_enabled =
true;
38 $this->cut_enabled =
true;
39 $this->copy_enabled =
true;
40 $this->subscribe_enabled =
true;
41 $this->link_enabled =
true;
42 $this->info_screen_enabled =
true;
44 $this->gui_class_name =
"ilobjquestionpoolgui";
47 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPoolAccess.php";
65 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
93 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
95 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
96 "value" =>
$lng->txt(
"offline"));
114 $a_cmd = explode(
'::', $a_cmd);
116 if (count($a_cmd) == 2) {
117 $cmd_link =
$ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjQuestionPoolGUI', $a_cmd[0]), $a_cmd[1]);
119 $cmd_link =
$ilCtrl->getLinkTargetByClass(
'ilObjQuestionPoolGUI', $a_cmd[0]);
122 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
124 foreach ($params as
$param => $value) {
static _lookupOnline($a_obj_id, $is_reference=false)
Class ilObjQuestionPoolListGUI.
getProperties()
Get item properties.
static _getCommands()
get commands
static appendUrlParameterString($a_url, $a_par, $xml_style=false)
append URL parameter string ("par1=value1&par2=value2...") to given URL string
__construct($a_context=self::CONTEXT_REPOSITORY)
constructor
getCommandFrame($a_cmd)
Get command target frame.
__construct(Container $dic, ilPlugin $plugin)
getCommandLink($a_cmd)
Get command link url.