ILIAS  release_6 Revision v6.24-5-g0c8bfefb3b8
All Data Structures Namespaces Files Functions Variables Modules Pages
class.ilSamlIdpSelectionTableGUI.php
Go to the documentation of this file.
1 <?php declare(strict_types=1);
2 /* Copyright (c) 1998-2017 ILIAS open source, Extended GPL, see docs/LICENSE */
3 
8 {
12  public function __construct($a_parent_obj, $a_parent_cmd = '', $a_template_context = '')
13  {
14  $this->setId('saml_idp_selection');
15  parent::__construct($a_parent_obj, $a_parent_cmd, $a_template_context);
16 
17  $this->disable('sort');
18  $this->disable('header');
19  $this->disable('linkbar');
20  $this->disable('numinfo');
21  $this->setLimit(PHP_INT_MAX);
22  $this->setShowRowsSelector(false);
23 
24  $this->setTitle($this->lng->txt('auth_saml_idp_selection_table_title'));
25  $this->setDescription($this->lng->txt('auth_saml_idp_selection_table_desc'));
26 
27  $this->setRowTemplate('tpl.saml_idp_selection_row.html', 'Services/Saml');
28  }
29 }
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
__construct(Container $dic, ilPlugin $plugin)
setShowRowsSelector($a_value)
Toggle rows-per-page selector.
setLimit($a_limit=0, $a_default_limit=0)