37include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   55                $this->delete_enabled = 
true;
 
   56                $this->cut_enabled = 
true;
 
   57                $this->copy_enabled = 
true;
 
   58                $this->subscribe_enabled = 
true;
 
   59                $this->link_enabled = 
false;
 
   60                $this->payment_enabled = 
false;
 
   61                $this->info_screen_enabled = 
true;
 
   63                $this->gui_class_name = 
"ilobjsurveyquestionpoolgui";
 
   66                include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPoolAccess.php");
 
   67                $this->commands = ilObjSurveyQUestionPoolAccess::_getCommands();
 
   79        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   81                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
   98                                include_once 
"./Services/UICore/classes/class.ilFrameTargetInfo.php";
 
  124                include_once(
"./Modules/SurveyQuestionPool/classes/class.ilObjSurveyQuestionPool.php");
 
  127                        $props[] = array(
"alert" => 
true, 
"property" => 
$lng->txt(
"status"),
 
  128                                "value" => 
$lng->txt(
"offline"));
 
  144                $cmd_link = 
"ilias.php?baseClass=ilObjSurveyQuestionPoolGUI&ref_id=" . $this->ref_id . 
"&cmd=$a_cmd";
 
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.
ilObjSurveyQuestionPoolListGUI()
constructor
getProperties()
Get item properties.
ilObjectListGUI()
constructor