4include_once 
"Services/Object/classes/class.ilObjectListGUI.php";
 
   75                return $this->plugin->txt($a_str);
 
   87        function initItem($a_ref_id, $a_obj_id, $a_title = 
"", $a_description = 
"")
 
   89                parent::initItem($a_ref_id, $a_obj_id, $a_title, $a_description);
 
  134                $cmd_link = 
"ilias.php?baseClass=ilObjPluginDispatchGUI&".
 
  135                        "cmd=forward&ref_id=".$this->ref_id.
"&forwardCmd=".$a_cmd;
 
  141                $this->delete_enabled = 
true;
 
  142                $this->cut_enabled = 
true;
 
  143                $this->subscribe_enabled = 
true;
 
  144                $this->link_enabled = 
true;
 
  145                $this->info_screen_enabled = 
true;
 
An exception for terminatinating execution or to throw for unit testing.
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.
static lookupNameForId($a_ctype, $a_cname, $a_slot_id, $a_plugin_id)
Lookup name for id.