31 public function __construct(
int $a_context = self::CONTEXT_REPOSITORY)
35 $this->component_factory = $DIC[
"component.factory"];
39 $this->
lng = $DIC->language();
40 $this->
user = $DIC->user();
43 final public function init(): void
55 public function setType(
string $a_val): void
66 $this->plugin = $this->component_factory->getPlugin($this->
getType());
78 public function txt(
string $a_str): string
80 return $this->plugin->txt($a_str);
96 $cmd_link =
"ilias.php?baseClass=ilObjPluginDispatchGUI&" .
97 "cmd=forward&ref_id=" . $this->ref_id .
"&forwardCmd=" . $cmd;
104 $this->delete_enabled =
true;
105 $this->cut_enabled =
true;
106 $this->subscribe_enabled =
true;
107 $this->link_enabled =
true;
108 $this->info_screen_enabled =
true;
__construct(int $a_context=self::CONTEXT_REPOSITORY)
ilRepositoryObjectPlugin $plugin
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
ilComponentFactory $component_factory
getCommandLink(string $cmd)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getCommandFrame(string $cmd)
__construct(Container $dic, ilPlugin $plugin)