19 include_once
"./Modules/Test/classes/inc.AssessmentConstants.php";
39 public function __construct($a_context = self::CONTEXT_REPOSITORY)
47 public function init(): void
49 $this->delete_enabled =
true;
50 $this->cut_enabled =
true;
51 $this->copy_enabled =
true;
52 $this->subscribe_enabled =
true;
53 $this->link_enabled =
true;
54 $this->info_screen_enabled =
true;
56 $this->gui_class_name =
"ilobjquestionpoolgui";
59 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPoolAccess.php";
74 include_once
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
102 include_once
"./Modules/TestQuestionPool/classes/class.ilObjQuestionPool.php";
104 $props[] = array(
"alert" =>
true,
"property" =>
$lng->
txt(
"status"),
105 "value" =>
$lng->
txt(
"offline"));
117 $ilCtrl = $DIC[
'ilCtrl'];
119 $cmd = explode(
'::', $cmd);
121 if (count($cmd) == 2) {
122 $cmd_link = $ilCtrl->getLinkTargetByClass(array(
'ilRepositoryGUI',
'ilObjQuestionPoolGUI', $cmd[0]), $cmd[1]);
124 $cmd_link = $ilCtrl->getLinkTargetByClass(
'ilObjQuestionPoolGUI', $cmd[0]);
127 $params = array_merge(array(
'ref_id' => $this->ref_id), $this->command_link_params);
static appendUrlParameterString(string $a_url, string $a_par, bool $xml_style=false)
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static _lookupOnline($a_obj_id, $is_reference=false)
if(! $DIC->user() ->getId()||!ilLTIConsumerAccess::hasCustomProviderCreationAccess()) $params
getCommandFrame(string $cmd)
Get command target frame.
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getProperties()
Get item properties.
static _getCommands()
get commands
__construct($a_context=self::CONTEXT_REPOSITORY)
constructor
getCommandLink(string $cmd)
Get command link url.
__construct(Container $dic, ilPlugin $plugin)