42 public function __construct($a_comp, $a_part, $a_pars)
46 $this->plugin_admin = $DIC[
"ilPluginAdmin"];
50 foreach ($pl_names as $pl) {
55 $gui_class = $ui_plugin->getUIClassInstance();
56 $resp = $gui_class->getHTML($a_comp, $a_part, $a_pars);
58 $mode =
$resp[
'mode'];
60 $html =
$resp[
'html'];
63 $this->prepend[] = $html;
67 $this->append[] = $html;
72 $this->replace = $html;
101 foreach ($this->append as
$a) {
104 foreach ($this->prepend as $p) {
static getActivePluginsForSlot($a_ctype, $a_cname, $a_slot_id)
Get all active plugins for a slot.
static getPluginObject($a_ctype, $a_cname, $a_slot_id, $a_pname)
Get Plugin Object.
__construct(Container $dic, ilPlugin $plugin)
$a
thx to https://mlocati.github.io/php-cs-fixer-configurator for the examples