6 include_once
"Services/Object/classes/class.ilObjectListGUI.php";
23 $this->copy_enabled =
true;
24 $this->delete_enabled =
true;
25 $this->cut_enabled =
true;
26 $this->subscribe_enabled =
true;
27 $this->link_enabled =
true;
28 $this->info_screen_enabled =
true;
30 $this->gui_class_name =
"ilobjwikigui";
33 include_once(
'./Modules/Wiki/classes/class.ilObjWikiAccess.php');
73 include_once(
"./Modules/Wiki/classes/class.ilObjWikiAccess.php");
76 $props[] = array(
"alert" =>
true,
"property" =>
$lng->txt(
"status"),
77 "value" =>
$lng->txt(
"offline"));
80 $lng->loadLanguageModule(
"wiki");
81 include_once(
"./Modules/Exercise/RepoObjectAssignment/classes/class.ilExcRepoObjAssignment.php");
83 if (count($info) > 0) {
85 foreach ($sub as $s) {
87 $mem = array_map(
function ($id) {
89 return $name[
"firstname"] .
" " .
$name[
"lastname"];
90 }, $team->getMembers());
91 $props[] = array(
"alert" =>
false,
"property" =>
$lng->txt(
"wiki_team_members"),
92 "value" => implode(
", ", $mem));
112 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI" .
113 "&cmdClass=ilwikipagegui&ref_id=" . $this->ref_id .
114 "&cmd=downloadFile&file_id=" . $this->
getChildId();
119 $cmd_link =
"ilias.php?baseClass=ilWikiHandlerGUI&ref_id=" . $this->ref_id .
"&cmd=$a_cmd";
130 $this->child_id = $a_child_id;
134 return $this->child_id;
static _lookupName($a_user_id)
lookup user name
getCommandLink($a_cmd)
Get command link url.
static getInstance()
Get instance.
Exercise assignment team.
getProperties()
Get item properties.
static _getCommands()
get commands
ListGUI class for wiki objects.
static getSubmissionsForFilename($a_filename, $a_assignment_types=array())
Get assignment return entries for a filename.
static _lookupOnline($a_id)
Check wether wiki cast is online.
getCommandFrame($a_cmd)
Get command target frame.