4 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
19 public function __construct($a_context = self::CONTEXT_REPOSITORY)
25 $this->lng = $DIC->language();
26 $this->
user = $DIC->user();
38 final public function init()
92 public function txt($a_str)
94 return $this->plugin->txt($a_str);
141 $cmd_link =
"ilias.php?baseClass=ilObjPluginDispatchGUI&" .
142 "cmd=forward&ref_id=" . $this->ref_id .
"&forwardCmd=" . $a_cmd;
149 $this->delete_enabled =
true;
150 $this->cut_enabled =
true;
151 $this->subscribe_enabled =
true;
152 $this->link_enabled =
true;
153 $this->info_screen_enabled =
true;
static getPluginObject(string $a_ctype, string $a_cname, string $a_slot_id, string $a_pname)
getProperties()
Get item properties.
getCommandFrame($a_cmd)
Get command target frame.
static lookupNameForId(string $a_ctype, string $a_cname, string $a_slot_id, string $a_plugin_id)
__construct($a_context=self::CONTEXT_REPOSITORY)
Constructor.
ListGUI implementation for Example object plugin.
getCommandLink($a_cmd)
Get command link url.
__construct(Container $dic, ilPlugin $plugin)