|
ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
Collaboration diagram for ilSystemStyleDocumentationGUI:Public Member Functions | |
| __construct ($read_only=false) | |
| ilSystemStyleDocumentationGUI constructor. More... | |
| executeCommand () | |
| Execute command. More... | |
| show () | |
| isReadOnly () | |
| setIsReadOnly ($is_read_only) | |
Data Fields | |
| const | ROOT_FACTORY_PATH = "./Services/Style/System/data/abstractDataFactory.php" |
| const | DATA_DIRECTORY = "./Services/Style/System/data" |
| const | DATA_FILE = "data.json" |
Static Public Attributes | |
| static | $DATA_PATH |
Protected Member Functions | |
| addGotoLink () | |
| parseEntries () | |
| readEntries () | |
Protected Attributes | |
| $tpl | |
| $ctrl | |
| $lng | |
| $is_read_only = false | |
Definition at line 14 of file class.ilSystemStyleDocumentationGUI.php.
| ilSystemStyleDocumentationGUI::__construct | ( | $read_only = false | ) |
ilSystemStyleDocumentationGUI constructor.
| bool | false | $read_only |
Definition at line 44 of file class.ilSystemStyleDocumentationGUI.php.
References $DIC, DATA_FILE, and setIsReadOnly().
Here is the call graph for this function:
|
protected |
Definition at line 148 of file class.ilSystemStyleDocumentationGUI.php.
References $_GET.
Referenced by executeCommand().
Here is the caller graph for this function:| ilSystemStyleDocumentationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 60 of file class.ilSystemStyleDocumentationGUI.php.
References addGotoLink(), and show().
Here is the call graph for this function:| ilSystemStyleDocumentationGUI::isReadOnly | ( | ) |
Definition at line 186 of file class.ilSystemStyleDocumentationGUI.php.
References $is_read_only.
Referenced by show().
Here is the caller graph for this function:
|
protected |
| Crawler |
Exception\CrawlerException
Definition at line 158 of file class.ilSystemStyleDocumentationGUI.php.
References ilUtil\sendSuccess().
Here is the call graph for this function:
|
protected |
Definition at line 170 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by show().
Here is the caller graph for this function:| ilSystemStyleDocumentationGUI::setIsReadOnly | ( | $is_read_only | ) |
| bool | $is_read_only |
Definition at line 194 of file class.ilSystemStyleDocumentationGUI.php.
References $is_read_only.
Referenced by __construct().
Here is the caller graph for this function:| ilSystemStyleDocumentationGUI::show | ( | ) |
Definition at line 79 of file class.ilSystemStyleDocumentationGUI.php.
References $_GET, ilLinkButton\getInstance(), isReadOnly(), and readEntries().
Referenced by executeCommand().
Here is the call graph for this function:
Here is the caller graph for this function:
|
protected |
Definition at line 23 of file class.ilSystemStyleDocumentationGUI.php.
|
static |
Definition at line 38 of file class.ilSystemStyleDocumentationGUI.php.
|
protected |
Definition at line 33 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by isReadOnly(), and setIsReadOnly().
|
protected |
Definition at line 28 of file class.ilSystemStyleDocumentationGUI.php.
|
protected |
Definition at line 19 of file class.ilSystemStyleDocumentationGUI.php.
| const ilSystemStyleDocumentationGUI::DATA_DIRECTORY = "./Services/Style/System/data" |
Definition at line 36 of file class.ilSystemStyleDocumentationGUI.php.
| const ilSystemStyleDocumentationGUI::DATA_FILE = "data.json" |
Definition at line 37 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by __construct().
| const ilSystemStyleDocumentationGUI::ROOT_FACTORY_PATH = "./Services/Style/System/data/abstractDataFactory.php" |
Definition at line 35 of file class.ilSystemStyleDocumentationGUI.php.