ILIAS
release_7 Revision v7.30-3-g800a261c036
|
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.php" |
const | SHOW_TREE = "system_styles_show_tree" |
Static Public Attributes | |
static | $DATA_PATH |
Protected Member Functions | |
setGlobalScreenContext () | |
addGotoLink () | |
Protected Attributes | |
$tpl | |
$ctrl | |
$lng | |
$is_read_only = false | |
Definition at line 12 of file class.ilSystemStyleDocumentationGUI.php.
ilSystemStyleDocumentationGUI::__construct | ( | $read_only = false | ) |
ilSystemStyleDocumentationGUI constructor.
bool | false | $read_only |
Definition at line 43 of file class.ilSystemStyleDocumentationGUI.php.
References $DIC, and setIsReadOnly().
|
protected |
Definition at line 131 of file class.ilSystemStyleDocumentationGUI.php.
References $_GET.
Referenced by executeCommand().
ilSystemStyleDocumentationGUI::executeCommand | ( | ) |
Execute command.
Definition at line 60 of file class.ilSystemStyleDocumentationGUI.php.
References addGotoLink(), setGlobalScreenContext(), and show().
ilSystemStyleDocumentationGUI::isReadOnly | ( | ) |
Definition at line 140 of file class.ilSystemStyleDocumentationGUI.php.
References $is_read_only.
|
protected |
Definition at line 70 of file class.ilSystemStyleDocumentationGUI.php.
References $context.
Referenced by executeCommand().
ilSystemStyleDocumentationGUI::setIsReadOnly | ( | $is_read_only | ) |
bool | $is_read_only |
Definition at line 148 of file class.ilSystemStyleDocumentationGUI.php.
References $is_read_only.
Referenced by __construct().
ilSystemStyleDocumentationGUI::show | ( | ) |
Definition at line 76 of file class.ilSystemStyleDocumentationGUI.php.
References $_GET, $DIC, and ilSystemStyleSkinContainer\generateFromId().
Referenced by executeCommand().
|
protected |
Definition at line 21 of file class.ilSystemStyleDocumentationGUI.php.
|
static |
Definition at line 37 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by ilKSDocumentationExplorerGUI\__construct(), and ilKSDocumentationEntryGUI\__construct().
|
protected |
Definition at line 31 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by isReadOnly(), and setIsReadOnly().
|
protected |
Definition at line 26 of file class.ilSystemStyleDocumentationGUI.php.
|
protected |
Definition at line 17 of file class.ilSystemStyleDocumentationGUI.php.
const ilSystemStyleDocumentationGUI::DATA_DIRECTORY = "./Services/Style/System/data" |
Definition at line 34 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by ilKitchenSinkDataCollectedObjective\__construct().
const ilSystemStyleDocumentationGUI::DATA_FILE = "data.php" |
Definition at line 35 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by ilKitchenSinkDataCollectedObjective\__construct().
const ilSystemStyleDocumentationGUI::ROOT_FACTORY_PATH = "./Services/Style/System/data/abstractDataFactory.php" |
Definition at line 33 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by ilKitchenSinkDataCollectedObjective\__construct().
const ilSystemStyleDocumentationGUI::SHOW_TREE = "system_styles_show_tree" |
Definition at line 36 of file class.ilSystemStyleDocumentationGUI.php.
Referenced by SystemStylesGlobalScreenToolProvider\getToolsForContextStack().