3 declare(strict_types = 1);
30 return 'showGlobalUnitCategories';
35 return 'showGlobalUnitCategories';
45 return $this->
repository->getConsumerId() .
'_global';
52 $ilToolbar = $DIC->toolbar();
53 $rbacsystem = $DIC->rbac()->system();
55 if ($rbacsystem->checkAccess(
'write', $this->request->getRefId())) {
56 $ilToolbar->addButton($this->
lng->txt(
'un_add_category'), $this->
ctrl->getLinkTarget($this,
'showUnitCategoryCreationForm'));
59 parent::showGlobalUnitCategories();
65 $table->setData($categories);
67 $this->tpl->setContent($table->getHTML());
showUnitCategories(array $categories)
getUnitCategoryOverviewCommand()
showGlobalUnitCategories()
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
const REQUEST_PARAM_SUB_CONTEXT
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...