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";
64 $props[] = array(
"alert" =>
true,
"property" =>
$lng->
txt(
"status"),
65 "value" =>
$lng->
txt(
"offline"));
70 if (count($info) > 0) {
72 foreach ($sub as $s) {
74 $mem = array_map(
static function (
$id):
string {
76 return $name[
"firstname"] .
" " .
$name[
"lastname"];
77 }, $team->getMembers());
78 $props[] = array(
"alert" =>
false,
"property" =>
$lng->
txt(
"wiki_team_members"),
79 "value" => implode(
", ", $mem));
91 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI" .
92 "&cmdClass=ilwikipagegui&ref_id=" . $this->ref_id .
93 "&cmd=downloadFile&file_id=" . $this->
getChildId();
98 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI&ref_id=" . $this->ref_id .
"&cmd=$cmd";
106 $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...
getCommandFrame(string $cmd)
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 _lookupOnline(int $a_id)
static getSubmissionsForFilename(string $a_filename, array $a_assignment_types=array())
Get assignment return entries for a filename.