5include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   23                $this->copy_enabled = 
true;
 
   24                #$this->static_link_enabled = true; 
   25                $this->delete_enabled = 
true;
 
   26                $this->cut_enabled = 
true;
 
   27                $this->subscribe_enabled = 
true;
 
   28                $this->link_enabled = 
true;
 
   29                $this->info_screen_enabled = 
true;
 
   31                $this->gui_class_name = 
"ilobjmediapoolgui";
 
   34                include_once(
'Modules/MediaPool/classes/class.ilObjMediaPoolAccess.php');
 
   48        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   50                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
  105                if ($a_cmd == 
"infoScreen")
 
  107                        $cmd = 
"&cmd=infoScreenFrameset";
 
  111                $cmd_link = 
"ilias.php?baseClass=ilMediaPoolPresentationGUI".
 
  112                        "&ref_id=".$this->ref_id.
'&cmd='.$a_cmd;
 
An exception for terminatinating execution or to throw for unit testing.