19 declare(strict_types=1);
27 $this->
lng->loadLanguageModule(
"prg");
30 public function init(): void
32 $this->static_link_enabled =
true;
33 $this->delete_enabled =
true;
34 $this->cut_enabled =
false;
35 $this->info_screen_enabled =
true;
36 $this->copy_enabled =
true;
37 $this->subscribe_enabled =
true;
38 $this->link_enabled =
false;
41 $this->gui_class_name =
"ilobjstudyprogrammegui";
69 bool $use_async =
false,
70 bool $get_async_commands =
false,
71 string $async_url =
"",
72 int $context = self::CONTEXT_REPOSITORY
82 return parent::getListItemHTML(
static _getCommands()
get commands
setAdditionalInformation(?string $val)
insertCommonSocialCommands($header_actions=false)
no social commands needed in program.
getListItemHTML(int $ref_id, int $obj_id, string $title, string $description, bool $use_async=false, bool $get_async_commands=false, string $async_url="", int $context=self::CONTEXT_REPOSITORY)
__construct(Container $dic, ilPlugin $plugin)
enableCheckbox(bool $status)
insertTimingsCommand()
no timing commands needed for program.