24 include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
37 public function __construct($a_parent_obj, $a_parent_cmd =
"")
41 $this->ctrl = $DIC->ctrl();
42 $this->lng = $DIC->language();
44 $lng = $DIC->language();
46 parent::__construct($a_parent_obj, $a_parent_cmd);
53 $this->
setRowTemplate(
"tpl.table_special_users_row.html",
"Modules/Survey");
65 include_once
"./Services/User/classes/class.ilObjUser.php";
67 $ilCtrl->setParameterByClass(
"ilObjSurveyAdministrationGUI",
"item_id",
$user[
"usr_id"]);
68 $this->tpl->setVariable(
"USER_ID",
$user[
"usr_id"]);
69 $this->tpl->setVariable(
"LOGIN",
$user[
"login"]);
70 $this->tpl->setVariable(
"FIRSTNAME",
$user[
"firstname"]);
71 $this->tpl->setVariable(
"LASTNAME",
$user[
"lastname"]);
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
fillRow($a_set)
Standard Version of Fill Row.
__construct($a_parent_obj, $a_parent_cmd="")
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
addColumn( $a_text, $a_sort_field="", $a_width="", $a_is_checkbox_action_column=false, $a_class="", $a_tooltip="", $a_tooltip_with_html=false)
Add a column to the header.
static _lookupFields($a_user_id)
lookup fields (deprecated; use more specific methods instead)
TableGUI class for special users in survey administration.