| 
    ILIAS
    release_9 Revision v9.13-25-g2c18ec4c24f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilCheckboxListOverlayGUI:Public Member Functions | |
| __construct (string $a_id="") | |
| setId (string $a_val) | |
| getId () | |
| setLinkTitle (string $a_val) | |
| getLinkTitle () | |
| setItems (array $a_val) | |
| getItems () | |
| setSelectionHeaderClass (string $a_selectionheaderclass) | |
| getSelectionHeaderClass () | |
| setFormCmd (string $a_val) | |
| getFormCmd () | |
| setFieldVar (string $a_val) | |
| getFieldVar () | |
| setHiddenVar (string $a_val) | |
| getHiddenVar () | |
| getHTML (bool $pull_right=true) | |
Protected Attributes | |
| ilLanguage | $lng | 
| string | $id | 
| string | $link_title | 
| string | $selectionheaderclass | 
| string | $form_cmd | 
| string | $field_var | 
| string | $hidden_var | 
| ilGlobalTemplateInterface | $main_tpl | 
Private Attributes | |
| array | $items = array() | 
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V.
ILIAS is licensed with the GPL-3.0, see https://www.gnu.org/licenses/gpl-3.0.en.html You should have received a copy of said license along with the source code, too.
If this is not the case or you just want to try ILIAS, you'll find us at: https://www.ilias.de https://github.com/ILIAS-eLearning User interface class for a checkbox list overlay
Definition at line 25 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::__construct | ( | string | $a_id = "" | ) | 
Definition at line 37 of file class.ilCheckboxListOverlayGUI.php.
References $DIC, ILIAS\Repository\lng(), and setId().
 Here is the call graph for this function:| ilCheckboxListOverlayGUI::getFieldVar | ( | ) | 
Definition at line 103 of file class.ilCheckboxListOverlayGUI.php.
References $field_var.
Referenced by getHTML().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getFormCmd | ( | ) | 
Definition at line 93 of file class.ilCheckboxListOverlayGUI.php.
References $form_cmd.
Referenced by getHTML().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHiddenVar | ( | ) | 
Definition at line 113 of file class.ilCheckboxListOverlayGUI.php.
References $hidden_var.
Referenced by getHTML().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getHTML | ( | bool | $pull_right = true | ) | 
Definition at line 118 of file class.ilCheckboxListOverlayGUI.php.
References $lng, getFieldVar(), getFormCmd(), getHiddenVar(), getId(), getItems(), getLinkTitle(), and ilLanguage\txt().
 Here is the call graph for this function:| ilCheckboxListOverlayGUI::getId | ( | ) | 
Definition at line 52 of file class.ilCheckboxListOverlayGUI.php.
References $id.
Referenced by getHTML().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getItems | ( | ) | 
Definition at line 72 of file class.ilCheckboxListOverlayGUI.php.
References $items.
Referenced by getHTML().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getLinkTitle | ( | ) | 
Definition at line 62 of file class.ilCheckboxListOverlayGUI.php.
References $link_title.
Referenced by getHTML().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::getSelectionHeaderClass | ( | ) | 
Definition at line 83 of file class.ilCheckboxListOverlayGUI.php.
References $selectionheaderclass.
| ilCheckboxListOverlayGUI::setFieldVar | ( | string | $a_val | ) | 
Definition at line 98 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setFormCmd | ( | string | $a_val | ) | 
Definition at line 88 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setHiddenVar | ( | string | $a_val | ) | 
Definition at line 108 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setId | ( | string | $a_val | ) | 
Definition at line 47 of file class.ilCheckboxListOverlayGUI.php.
Referenced by __construct().
 Here is the caller graph for this function:| ilCheckboxListOverlayGUI::setItems | ( | array | $a_val | ) | 
Definition at line 67 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setLinkTitle | ( | string | $a_val | ) | 
Definition at line 57 of file class.ilCheckboxListOverlayGUI.php.
| ilCheckboxListOverlayGUI::setSelectionHeaderClass | ( | string | $a_selectionheaderclass | ) | 
Definition at line 77 of file class.ilCheckboxListOverlayGUI.php.
      
  | 
  protected | 
Definition at line 33 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getFieldVar().
      
  | 
  protected | 
Definition at line 32 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getFormCmd().
      
  | 
  protected | 
Definition at line 34 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHiddenVar().
      
  | 
  protected | 
Definition at line 29 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getId().
      
  | 
  private | 
Definition at line 28 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getItems().
      
  | 
  protected | 
Definition at line 30 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getLinkTitle().
      
  | 
  protected | 
Definition at line 27 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getHTML().
      
  | 
  protected | 
Definition at line 35 of file class.ilCheckboxListOverlayGUI.php.
      
  | 
  protected | 
Definition at line 31 of file class.ilCheckboxListOverlayGUI.php.
Referenced by getSelectionHeaderClass().