19 declare(strict_types=1);
29 public function __construct($a_data,
int $a_id,
bool $a_call_by_reference =
true,
bool $a_prepare_output =
true)
34 $this->
lng->loadLanguageModule(
'dateplaner');
35 $this->
lng->loadLanguageModule(
'jscalendar');
46 $next_class = $this->
ctrl->getNextClass($this);
50 if (!$this->rbac_system->checkAccess(
"visible,read", $this->object->getRefId())) {
51 $this->error->raiseError($this->
lng->txt(
'no_permission'), $this->error->WARNING);
54 switch ($next_class) {
55 case 'ilpermissiongui':
56 $this->tabs_gui->setTabActive(
'perm_settings');
58 $this->
ctrl->forwardCommand($perm_gui);
61 case 'ilecssettingsgui':
62 $this->tabs_gui->setTabActive(
'settings');
68 $this->tabs_gui->setTabActive(
'settings');
86 if ($this->
access->checkAccess(
"read",
'', $this->object->getRefId())) {
87 $this->tabs_gui->addTarget(
89 $this->
ctrl->getLinkTargetByClass(
'ilecssettingsgui',
"overview"),
94 if ($this->
access->checkAccess(
'edit_permission',
'', $this->object->getRefId())) {
95 $this->tabs_gui->addTarget(
97 $this->
ctrl->getLinkTargetByClass(
'ilpermissiongui',
"perm"),
prepareOutput(bool $show_sub_objects=true)
Class ilObjectGUI Basic methods of all Output classes.
__construct($a_data, int $a_id, bool $a_call_by_reference=true, bool $a_prepare_output=true)
executeCommand()
Execute command.
__construct(Container $dic, ilPlugin $plugin)