12 public function __construct($a_parent_obj, $a_parent_cmd =
"")
16 $this->ctrl = $DIC->ctrl();
17 $this->lng = $DIC->language();
19 $lng = $DIC->language();
28 $this->
setRowTemplate(
"tpl.table_found_users_row.html",
"Modules/Survey");
40 $ilCtrl->setParameterByClass(
"ilObjSurveyAdministrationGUI",
"item_id", $a_set[
"usr_id"]);
41 $this->tpl->setVariable(
"USER_ID", $a_set[
"usr_id"]);
42 $this->tpl->setVariable(
"LOGIN", $a_set[
"login"]);
43 $this->tpl->setVariable(
"FIRSTNAME", $a_set[
"firstname"]);
44 $this->tpl->setVariable(
"LASTNAME", $a_set[
"lastname"]);
__construct($a_parent_obj, $a_parent_cmd="")
setDefaultOrderField($a_defaultorderfield)
Set Default order field.
fillRow($a_set)
Standard Version of Fill Row.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
TableGUI class for found users in survey administration.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
__construct(Container $dic, ilPlugin $plugin)
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.