| 
    ILIAS
    release_10 Revision v10.1-43-ga1241a92c2f
    
   | 
  
This file is part of ILIAS, a powerful learning management system published by ILIAS open source e-Learning e.V. More...
 Collaboration diagram for ilGlyphGUI:Static Public Member Functions | |
| static | get (string $a_glyph, string $a_text="") | 
Data Fields | |
| const | UP = "up" | 
| const | DOWN = "down" | 
| const | ADD = "add" | 
| const | REMOVE = "remove" | 
| const | PREVIOUS = "previous" | 
| const | NEXT = "next" | 
| const | CALENDAR = "calendar" | 
| const | CLOSE = "close" | 
| const | ATTACHMENT = "attachment" | 
| const | CARET = "caret" | 
| const | DRAG = "drag" | 
| const | SEARCH = "search" | 
| const | FILTER = "filter" | 
| const | NO_TEXT = "**notext**" | 
| const | INFO = "info" | 
| const | EXCLAMATION = "exclamation" | 
Static Protected Attributes | |
| static array | $map | 
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
Definition at line 24 of file class.ilGlyphGUI.php.
      
  | 
  static | 
      
  | 
  staticprotected | 
Definition at line 43 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::ADD = "add" | 
Definition at line 28 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::ATTACHMENT = "attachment" | 
Definition at line 34 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::CALENDAR = "calendar" | 
Definition at line 32 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::CARET = "caret" | 
Definition at line 35 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::CLOSE = "close" | 
Definition at line 33 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::DOWN = "down" | 
Definition at line 27 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::DRAG = "drag" | 
Definition at line 36 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::EXCLAMATION = "exclamation" | 
Definition at line 41 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::FILTER = "filter" | 
Definition at line 38 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::INFO = "info" | 
Definition at line 40 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::NEXT = "next" | 
Definition at line 31 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::NO_TEXT = "**notext**" | 
Definition at line 39 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::PREVIOUS = "previous" | 
Definition at line 30 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::REMOVE = "remove" | 
Definition at line 29 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::SEARCH = "search" | 
Definition at line 37 of file class.ilGlyphGUI.php.
| const ilGlyphGUI::UP = "up" | 
Definition at line 26 of file class.ilGlyphGUI.php.