| 
    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 ilPanelGUI:Public Member Functions | |
| setHeading (string $a_val) | |
| getHeading () | |
| setBody (string $a_val) | |
| getBody () | |
| setFooter (string $a_val) | |
| getFooter () | |
| setPanelStyle (int $a_val) | |
| getPanelStyle () | |
| setHeadingStyle (int $a_val) | |
| getHeadingStyle () | |
| setFooterStyle (int $a_val) | |
| getFooterStyle () | |
| getHTML () | |
Static Public Member Functions | |
| static | getInstance () | 
Data Fields | |
| const | PANEL_STYLE_PRIMARY = 0 | 
| const | PANEL_STYLE_SECONDARY = 1 | 
| const | HEADING_STYLE_SUBHEADING = 0 | 
| const | HEADING_STYLE_BLOCK = 1 | 
| const | FOOTER_STYLE_BLOCK = 0 | 
Protected Member Functions | |
| __construct () | |
Protected Attributes | |
| string | $heading = "" | 
| string | $body = "" | 
| string | $footer = "" | 
| int | $panel_style = 0 | 
| int | $heading_style = 0 | 
| int | $footer_style = 0 | 
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 Simple panel class
Definition at line 26 of file class.ilPanelGUI.php.
      
  | 
  protected | 
Definition at line 41 of file class.ilPanelGUI.php.
| ilPanelGUI::getBody | ( | ) | 
Definition at line 65 of file class.ilPanelGUI.php.
References $body.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPanelGUI::getFooter | ( | ) | 
Definition at line 75 of file class.ilPanelGUI.php.
References $footer.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPanelGUI::getFooterStyle | ( | ) | 
Definition at line 105 of file class.ilPanelGUI.php.
References $footer_style.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPanelGUI::getHeading | ( | ) | 
Definition at line 55 of file class.ilPanelGUI.php.
References $heading.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPanelGUI::getHeadingStyle | ( | ) | 
Definition at line 95 of file class.ilPanelGUI.php.
References $heading_style.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPanelGUI::getHTML | ( | ) | 
Definition at line 110 of file class.ilPanelGUI.php.
References getBody(), getFooter(), getFooterStyle(), getHeading(), getHeadingStyle(), and getPanelStyle().
 Here is the call graph for this function:
      
  | 
  static | 
Definition at line 45 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), ilLPListOfSettingsGUI\handleLPUsageInfo(), ilUsersGalleryGUI\populateTemplate(), and ilPersonalSkillsGUI\setGapAnalysisActualStatusModePerObject().
 Here is the caller graph for this function:| ilPanelGUI::getPanelStyle | ( | ) | 
Definition at line 85 of file class.ilPanelGUI.php.
References $panel_style.
Referenced by getHTML().
 Here is the caller graph for this function:| ilPanelGUI::setBody | ( | string | $a_val | ) | 
Definition at line 60 of file class.ilPanelGUI.php.
| ilPanelGUI::setFooter | ( | string | $a_val | ) | 
Definition at line 70 of file class.ilPanelGUI.php.
References ILIAS\UI\examples\MainControls\Footer\footer().
 Here is the call graph for this function:| ilPanelGUI::setFooterStyle | ( | int | $a_val | ) | 
Definition at line 100 of file class.ilPanelGUI.php.
| ilPanelGUI::setHeading | ( | string | $a_val | ) | 
Definition at line 50 of file class.ilPanelGUI.php.
| ilPanelGUI::setHeadingStyle | ( | int | $a_val | ) | 
Definition at line 90 of file class.ilPanelGUI.php.
| ilPanelGUI::setPanelStyle | ( | int | $a_val | ) | 
Definition at line 80 of file class.ilPanelGUI.php.
      
  | 
  protected | 
Definition at line 35 of file class.ilPanelGUI.php.
Referenced by getBody().
      
  | 
  protected | 
Definition at line 36 of file class.ilPanelGUI.php.
Referenced by getFooter().
      
  | 
  protected | 
Definition at line 39 of file class.ilPanelGUI.php.
Referenced by getFooterStyle().
      
  | 
  protected | 
Definition at line 34 of file class.ilPanelGUI.php.
Referenced by getHeading().
      
  | 
  protected | 
Definition at line 38 of file class.ilPanelGUI.php.
Referenced by getHeadingStyle().
      
  | 
  protected | 
Definition at line 37 of file class.ilPanelGUI.php.
Referenced by getPanelStyle().
| const ilPanelGUI::FOOTER_STYLE_BLOCK = 0 | 
Definition at line 32 of file class.ilPanelGUI.php.
| const ilPanelGUI::HEADING_STYLE_BLOCK = 1 | 
Definition at line 31 of file class.ilPanelGUI.php.
| const ilPanelGUI::HEADING_STYLE_SUBHEADING = 0 | 
Definition at line 30 of file class.ilPanelGUI.php.
| const ilPanelGUI::PANEL_STYLE_PRIMARY = 0 | 
Definition at line 28 of file class.ilPanelGUI.php.
Referenced by ilPersonalSkillsGUI\setGapAnalysisActualStatusModePerObject().
| const ilPanelGUI::PANEL_STYLE_SECONDARY = 1 | 
Definition at line 29 of file class.ilPanelGUI.php.
Referenced by ilLearningProgressBaseGUI\__getLegendHTML(), and ilLPListOfSettingsGUI\handleLPUsageInfo().