81 !$this->rbacsystem->checkAccess(
'read', $this->tos->getRefId())
83 $this->error->raiseError($this->
lng->txt(
'permission_denied'), $this->error->MESSAGE);
88 if ($cmd === null || $cmd ===
'' || !method_exists($this, $cmd)) {
Class ilTermsOfServiceAcceptanceHistoryTableGUI.
ilGlobalTemplateInterface $tpl
ilTermsOfServiceTableDataProviderFactory $tableDataProviderFactory
ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory
Class ilTermsOfServiceAcceptanceHistoryGUI.
__construct(ilObjTermsOfService $tos, ilTermsOfServiceCriterionTypeFactoryInterface $criterionTypeFactory, ilGlobalTemplateInterface $tpl, ilCtrlInterface $ctrl, ilLanguage $lng, ilRbacSystem $rbacsystem, ilErrorHandling $error, GlobalHttpState $http, \ILIAS\Refinery\Factory $refinery, Factory $uiFactory, Renderer $uiRenderer, ilTermsOfServiceTableDataProviderFactory $tableDataProviderFactory)
executeCommand()
The implemented class should be ilCtrlInterface enabled and execute or forward the given command...
ILIAS Refinery Factory $refinery