19 declare(strict_types=1);
23 public function init(): void
25 $this->static_link_enabled =
true;
26 $this->delete_enabled =
true;
27 $this->cut_enabled =
true;
28 $this->copy_enabled =
true;
29 $this->subscribe_enabled =
true;
30 $this->link_enabled =
true;
31 $this->info_screen_enabled =
true;
33 $this->gui_class_name =
"ilobjindividualassessmentgui";
58 $return = $this->
ctrl->getLinkTargetByClass(
59 array($this->gui_class_name,
'ilIndividualassessmentsettingsgui'),
64 $return = $this->
ctrl->getLinkTargetByClass($this->gui_class_name,
"view");
67 $return = parent::getCommandLink($cmd);
getCommandLink(string $cmd)
enableSubstitutions(bool $status)
getCommandFrame(string $cmd)
Get command target frame.
getProperties()
Get item properties.
static _getInstanceByObjectType(string $a_type)