◆ __construct()
ilSystemStyleDocumentationGUI::__construct |
( |
|
$skin_id = "" , |
|
|
|
$style_id = "" |
|
) |
| |
◆ executeCommand()
ilSystemStyleDocumentationGUI::executeCommand |
( |
| ) |
|
◆ parseEntries()
ilSystemStyleDocumentationGUI::parseEntries |
( |
| ) |
|
|
protected |
- Returns
- Crawler
- Exceptions
-
Definition at line 99 of file class.ilSystemStyleDocumentationGUI.php.
References ilUtil\sendSuccess().
101 $entries = $crawler->crawlFactory(self::ROOT_FACTORY_PATH);
102 file_put_contents(self::$DATA_PATH, json_encode($entries));
static sendSuccess($a_info="", $a_keep=false)
Send Success Message to Screen.
◆ readEntries()
ilSystemStyleDocumentationGUI::readEntries |
( |
| ) |
|
|
protected |
- Returns
- Crawler
Definition at line 110 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by show().
111 $entries_array = json_decode(file_get_contents(self::$DATA_PATH),
true);
113 $entries =
new Crawler\Entry\ComponentEntries();
114 foreach($entries_array as $entry_array){
115 $entry =
new Crawler\Entry\ComponentEntry($entry_array);
116 $entries->addEntry($entry);
◆ show()
ilSystemStyleDocumentationGUI::show |
( |
| ) |
|
◆ $ctrl
ilCtrl ilSystemStyleDocumentationGUI::$ctrl |
|
protected |
◆ $DATA_PATH
ilSystemStyleDocumentationGUI::$DATA_PATH |
|
static |
◆ $lng
ilSystemStyleDocumentationGUI::$lng |
|
protected |
◆ $tpl
ilSystemStyleDocumentationGUI::$tpl |
|
protected |
◆ DATA_DIRECTORY
const ilSystemStyleDocumentationGUI::DATA_DIRECTORY = "./Services/Style/System/data" |
◆ DATA_FILE
const ilSystemStyleDocumentationGUI::DATA_FILE = "data.json" |
◆ ROOT_FACTORY_PATH
const ilSystemStyleDocumentationGUI::ROOT_FACTORY_PATH = "./Services/Style/System/data/abstractDataFactory.php" |
The documentation for this class was generated from the following file: