ILIAS
release_8 Revision v8.19
|
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'constants'. More...
Public Member Functions | |
getDefaultSkinId () | |
setDefaultSkinId (string $default_skin_id) | |
getDefaultStyleId () | |
setDefaultStyleId (string $default_style_id) | |
getDefaultTemplatePath () | |
setDefaultTemplatePath (string $default_template_path) | |
getDelosPath () | |
setDelosPath (string $delos_path) | |
getDefaultVariablesPath () | |
setDefaultVariablesPath (string $default_variables_path) | |
getDefaultImagesPath () | |
setDefaultImagesPath (string $default_images_path) | |
getDefaultFontsPath () | |
setDefaultFontsPath (string $default_fonts_path) | |
getDefaultSoundsPath () | |
setDefaultSoundsPath (string $default_sounds_path) | |
getCustomizingSkinPath () | |
getRelDelosPath () | |
setRelDelosPath (string $rel_delos_path) | |
Protected Attributes | |
string | $default_skin_id = 'default' |
Default skin ID in ILIAS. More... | |
string | $default_style_id = 'delos' |
Default system style ID in ILIAS. More... | |
string | $default_template_path = './templates/default/template.xml' |
Path to default template of ILIAS (skin default, style delos) More... | |
string | $delos_path = './templates/default/delos' |
Path to delos css and less files. More... | |
string | $rel_delos_path = '../../../../templates/default/delos' |
Relative delos path from Customizing dir to delos css and less files. More... | |
string | $default_variables_path = './templates/default/less/variables.less' |
Path to variables less file of delos. More... | |
string | $default_images_path = './templates/default/images/' |
Path to images directory of delos. More... | |
string | $default_fonts_path = './templates/default/fonts/' |
Path to fonts directory of delos. More... | |
string | $default_sounds_path = '' |
Path to sounds directory of delos (currently none given) More... | |
string | $customizing_skin_path = './Customizing/global/skin/' |
Customizing skin path to place folders for custom skins into. More... | |
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'constants'.
This class is injected in all other classes using this dependency.
Definition at line 25 of file class.ilSystemStyleConfig.php.
ilSystemStyleConfig::getCustomizingSkinPath | ( | ) |
Definition at line 158 of file class.ilSystemStyleConfig.php.
References $customizing_skin_path.
Referenced by ilStyleDefinition\getSoundDirectory(), and ilStyleDefinition\skinExists().
ilSystemStyleConfig::getDefaultFontsPath | ( | ) |
Definition at line 138 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::getDefaultImagesPath | ( | ) |
Definition at line 128 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::getDefaultSkinId | ( | ) |
Definition at line 78 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
Referenced by ilStyleDefinition\getCurrentStyle(), ilStyleDefinition\getSoundDirectory(), and ilStyleDefinition\skinExists().
ilSystemStyleConfig::getDefaultSoundsPath | ( | ) |
Definition at line 148 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::getDefaultStyleId | ( | ) |
Definition at line 88 of file class.ilSystemStyleConfig.php.
References $default_style_id.
Referenced by ilStyleDefinition\getCurrentStyle().
ilSystemStyleConfig::getDefaultTemplatePath | ( | ) |
Definition at line 98 of file class.ilSystemStyleConfig.php.
References $default_template_path.
Referenced by ilStyleDefinition\getSoundDirectory(), and ilStyleDefinition\skinExists().
ilSystemStyleConfig::getDefaultVariablesPath | ( | ) |
Definition at line 118 of file class.ilSystemStyleConfig.php.
References $default_variables_path.
ilSystemStyleConfig::getDelosPath | ( | ) |
Definition at line 108 of file class.ilSystemStyleConfig.php.
References $delos_path.
ilSystemStyleConfig::getRelDelosPath | ( | ) |
Definition at line 163 of file class.ilSystemStyleConfig.php.
References $rel_delos_path.
ilSystemStyleConfig::setDefaultFontsPath | ( | string | $default_fonts_path | ) |
Definition at line 143 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::setDefaultImagesPath | ( | string | $default_images_path | ) |
Definition at line 133 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::setDefaultSkinId | ( | string | $default_skin_id | ) |
Definition at line 83 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
ilSystemStyleConfig::setDefaultSoundsPath | ( | string | $default_sounds_path | ) |
Definition at line 153 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::setDefaultStyleId | ( | string | $default_style_id | ) |
Definition at line 93 of file class.ilSystemStyleConfig.php.
References $default_style_id.
ilSystemStyleConfig::setDefaultTemplatePath | ( | string | $default_template_path | ) |
Definition at line 103 of file class.ilSystemStyleConfig.php.
References $default_template_path.
ilSystemStyleConfig::setDefaultVariablesPath | ( | string | $default_variables_path | ) |
Definition at line 123 of file class.ilSystemStyleConfig.php.
References $default_variables_path.
ilSystemStyleConfig::setDelosPath | ( | string | $delos_path | ) |
Definition at line 113 of file class.ilSystemStyleConfig.php.
References $delos_path.
ilSystemStyleConfig::setRelDelosPath | ( | string | $rel_delos_path | ) |
Definition at line 168 of file class.ilSystemStyleConfig.php.
References $rel_delos_path.
|
protected |
Customizing skin path to place folders for custom skins into.
Definition at line 76 of file class.ilSystemStyleConfig.php.
Referenced by getCustomizingSkinPath().
|
protected |
Path to fonts directory of delos.
Definition at line 66 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultFontsPath(), and setDefaultFontsPath().
|
protected |
Path to images directory of delos.
Definition at line 61 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultImagesPath(), and setDefaultImagesPath().
|
protected |
Default skin ID in ILIAS.
Definition at line 30 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultSkinId(), and setDefaultSkinId().
|
protected |
Path to sounds directory of delos (currently none given)
Definition at line 71 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultSoundsPath(), and setDefaultSoundsPath().
|
protected |
Default system style ID in ILIAS.
Definition at line 35 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultStyleId(), and setDefaultStyleId().
|
protected |
Path to default template of ILIAS (skin default, style delos)
Definition at line 40 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultTemplatePath(), and setDefaultTemplatePath().
|
protected |
Path to variables less file of delos.
Definition at line 56 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultVariablesPath(), and setDefaultVariablesPath().
|
protected |
Path to delos css and less files.
Definition at line 45 of file class.ilSystemStyleConfig.php.
Referenced by getDelosPath(), and setDelosPath().
|
protected |
Relative delos path from Customizing dir to delos css and less files.
Definition at line 50 of file class.ilSystemStyleConfig.php.
Referenced by getRelDelosPath(), and setRelDelosPath().