5include_once(
'Services/Object/classes/class.ilObjectListGUI.php');
 
   24        $this->lng = 
$DIC->language();
 
   25        $this->ctrl = 
$DIC->ctrl();
 
   28        $lng->loadLanguageModule(
'itgr');
 
   40        $this->delete_enabled = 
true;
 
   41        $this->cut_enabled = 
false;
 
   42        $this->copy_enabled = 
false;
 
   43        $this->subscribe_enabled = 
false;
 
   44        $this->link_enabled = 
false;
 
   45        $this->info_screen_enabled = 
false;
 
   46        $this->subitems_enabled = 
true;
 
   48        $this->gui_class_name = 
"ilobjitemgroupgui";
 
   51        include_once(
'./Modules/ItemGroup/classes/class.ilObjItemGroupAccess.php');
 
   64        $this->subscribe_enabled = 
false;
 
   76        $this->info_screen_enabled = 
false;
 
   92        $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", $this->ref_id);
 
   93        $cmd_link = 
$ilCtrl->getLinkTargetByClass(
"ilrepositorygui", $a_cmd);
 
   94        $ilCtrl->setParameterByClass(
"ilrepositorygui", 
"ref_id", 
$_GET[
"ref_id"]);
 
An exception for terminatinating execution or to throw for unit testing.
static _getCommands()
get list of command/permission combinations
Item group list gui class.
enableInfoScreen($a_info_screen)
Prevent enabling info necessary due to bug 11509.
__construct()
Constructor.
getCommandLink($a_cmd)
Get command link url.
enableSubscribe($a_val)
Enable subscribtion (deactivated) necessary due to bug 11509.
static lookupAssignedMaterials($a_sess_id)
Get assigned items of event.
getProperties()
Fet properties.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc