34 $this->team = $a_team;
49 $this->
setRowTemplate(
"tpl.exc_team_log_row.html",
"components/ILIAS/Exercise");
59 foreach ($this->team->getLog() as $item) {
61 switch ($item[
"action"]) {
63 $mess =
"create_team";
71 $mess =
"remove_member";
79 $mess =
"remove_file";
83 $details = $this->
lng->txt(
"exc_team_log_" . $mess);
84 if ($item[
"details"]) {
85 $details = sprintf($details, $item[
"details"]);
89 "tstamp" => $item[
"tstamp"],
101 protected function fillRow(array $a_set): void
105 $this->tpl->setVariable(
"TSTAMP", $date);
106 $this->tpl->setVariable(
"TXT_USER", $a_set[
"user"]);
107 $this->tpl->setVariable(
"TXT_DETAILS", htmlspecialchars($a_set[
"details"]));
getFormAction(object $a_gui_obj, ?string $a_fallback_cmd=null, ?string $a_anchor=null, bool $is_async=false, bool $has_xml_style=false)
const TEAM_LOG_REMOVE_MEMBER
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
setFormAction(string $a_form_action, bool $a_multipart=false)
static _lookupFullname(int $a_user_id)
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Le...
__construct(object $a_parent_obj, string $a_parent_cmd, ilExAssignmentTeam $a_team)
const TEAM_LOG_REMOVE_FILE
setDefaultOrderField(string $a_defaultorderfield)
setRowTemplate(string $a_template, string $a_template_dir="")
Set row template.
setDefaultOrderDirection(string $a_defaultorderdirection)
setTitle(string $a_title, string $a_icon="", string $a_icon_alt="")
__construct(Container $dic, ilPlugin $plugin)
static formatDate(ilDateTime $date, bool $a_skip_day=false, bool $a_include_wd=false, bool $include_seconds=false, ?ilObjUser $user=null,)
addColumn(string $a_text, string $a_sort_field="", string $a_width="", bool $a_is_checkbox_action_column=false, string $a_class="", string $a_tooltip="", bool $a_tooltip_with_html=false)
const TEAM_LOG_CREATE_TEAM
const TEAM_LOG_ADD_MEMBER