4include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   20                $this->delete_enabled = 
true;
 
   21                $this->cut_enabled = 
true;
 
   22                $this->subscribe_enabled = 
true;
 
   23                $this->link_enabled = 
true;
 
   24                $this->payment_enabled = 
false;
 
   25                $this->info_screen_enabled = 
true;
 
   64                return $this->plugin->txt($a_str);
 
   76        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   78                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
  123                $cmd_link = 
"ilias.php?baseClass=ilObjPluginDispatchGUI&".
 
  124                        "cmd=forward&ref_id=".$this->ref_id.
"&forwardCmd=".$a_cmd;
 
ListGUI implementation for Example object plugin.
initItem($a_ref_id, $a_obj_id, $a_title="", $a_description="")
inititialize new item
getCommandLink($a_cmd)
Get command link url.
getProperties()
Get item properties.
getCommandFrame($a_cmd)
Get command target frame.
static getPluginObject($a_ctype, $a_cname, $a_slot_id, $a_pname)
Get plugin object.
lookupNameForId($a_ctype, $a_cname, $a_slot_id, $a_plugin_id)
Lookup name for id.