37include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   46                $this->delete_enabled = 
true;
 
   47                $this->cut_enabled = 
true;
 
   48                $this->copy_enabled = 
true;
 
   49                $this->subscribe_enabled = 
true;
 
   50                $this->link_enabled = 
true;
 
   51                $this->info_screen_enabled = 
true;
 
   53                $this->gui_class_name = 
"ilobjsurveyquestionpoolgui";
 
   56                include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPoolAccess.php");
 
   57                $this->commands = ilObjSurveyQUestionPoolAccess::_getCommands();
 
   69        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   71                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
   88                                include_once 
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
 
  114                include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPool.php");
 
  117                        $props[] = array(
"alert" => 
true, 
"property" => 
$lng->txt(
"status"),
 
  118                                "value" => 
$lng->txt(
"offline"));
 
  134                $cmd_link = 
"ilias.php?baseClass=ilObjSurveyQuestionPoolGUI&ref_id=" . $this->ref_id . 
"&cmd=$a_cmd";
 
An exception for terminatinating execution or to throw for unit testing.
Class ilObjSurveyQuestionPoolListGUI.
getCommandLink($a_cmd)
Get command link url.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getCommandFrame($a_cmd)
Get command target frame.
getProperties()
Get item properties.
static _lookupOnline($a_obj_id)