31 public function init(): void
33 $this->copy_enabled =
true;
34 $this->delete_enabled =
true;
35 $this->cut_enabled =
true;
36 $this->subscribe_enabled =
true;
37 $this->link_enabled =
true;
38 $this->info_screen_enabled =
true;
40 $this->gui_class_name =
"ilobjwikigui";
50 $props = parent::getProperties();
54 if (count($info) > 0) {
56 foreach ($sub as $s) {
60 return $name[
"firstname"] .
" " . $name[
"lastname"];
61 }, $team->getMembers());
62 $props[] = array(
"alert" =>
false,
"property" =>
$lng->
txt(
"wiki_team_members"),
63 "value" => implode(
", ", $mem));
75 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI" .
76 "&cmdClass=ilwikipagegui&ref_id=" . $this->ref_id .
77 "&cmd=downloadFile&file_id=" . $this->
getChildId();
82 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI&ref_id=" . $this->ref_id .
"&cmd=$cmd";
90 $this->child_id = $a_child_id;
txt(string $a_topic, string $a_default_lang_fallback_mod="")
gets the text for a given topic if the topic is not in the list, the topic itself with "-" will be re...
static _lookupName(int $a_user_id)
lookup user name
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
getCommandLink(string $cmd)
loadLanguageModule(string $a_module)
Load language module.
setChildId(string $a_child_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
$id
plugin.php for ilComponentBuildPluginInfoObjectiveTest::testAddPlugins
static getSubmissionsForFilename(string $a_filename, array $a_assignment_types=array())
Get assignment return entries for a filename.