ILIAS  release_5-3 Revision v5.3.23-19-g915713cf615
class.ilSamlIdpSelectionTableGUI.php
Go to the documentation of this file.
1 <?php
2 /* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
4 require_once 'Services/Table/classes/class.ilTable2GUI.php';
5 
10 {
14  public function __construct($a_parent_obj, $a_parent_cmd = '', $a_template_context = '')
15  {
16  $this->setId('saml_idp_selection');
17  parent::__construct($a_parent_obj, $a_parent_cmd, $a_template_context);
18 
19  $this->disable('sort');
20  $this->disable('header');
21  $this->disable('linkbar');
22  $this->disable('numinfo');
23  $this->setLimit(PHP_INT_MAX);
24  $this->setShowRowsSelector(false);
25 
26  $this->setTitle($this->lng->txt('auth_saml_idp_selection_table_title'));
27  $this->setDescription($this->lng->txt('auth_saml_idp_selection_table_desc'));
28 
29  $this->setRowTemplate('tpl.saml_idp_selection_row.html', 'Services/Saml');
30  }
31 }
setDescription($a_val)
Set description.
__construct($a_parent_obj, $a_parent_cmd='', $a_template_context='')
setId($a_val)
Set id.
setTitle($a_title, $a_icon=0, $a_icon_alt=0)
Set title and title icon.
Class ilTable2GUI.
Class ilSamlIdpSelectionTableGUI.
setRowTemplate($a_template, $a_template_dir="")
Set row template.
disable($a_module_name)
diesables particular modules of table
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setLimit($a_limit=0, $a_default_limit=0)