4include_once(
"./Services/Table/classes/class.ilTable2GUI.php");
25 $this->ctrl =
$DIC->ctrl();
26 $this->lng =
$DIC->language();
30 $this->
setId(
"ilcatluaar");
41 $ilCtrl->saveParameter($a_parent_obj,
'obj_id');
43 $this->
setRowTemplate(
"tpl.cat_role_assignment.html",
"Modules/Category");
54 $this->tpl->setVariable(
"INPUT_CHCKBX", $a_set[
"checkbox"]);
55 $this->tpl->setVariable(
"TXT_TITLE", $a_set[
"title"]);
56 $this->tpl->setVariable(
"TXT_DESCRIPTION", $a_set[
"desc"]);
57 $this->tpl->setVariable(
"TXT_TYPE", $a_set[
"type"]);
An exception for terminatinating execution or to throw for unit testing.
TableGUI class for role assignments.
__construct($a_parent_obj, $a_parent_cmd)
Constructor.
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
setLimit($a_limit=0, $a_default_limit=0)
set max.
addMultiCommand($a_cmd, $a_text)
Add Command button.
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.
setFormAction($a_form_action, $a_multipart=false)
Set Form action parameter.
setDefaultOrderDirection($a_defaultorderdirection)
Set Default order direction.
__construct(Container $dic, ilPlugin $plugin)
@inheritDoc