ILIAS
release_5-3 Revision v5.3.23-19-g915713cf615
|
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'constants'. More...
Public Member Functions | |
getDefaultSkinId () | |
setDefaultSkinId ($default_skin_id) | |
getDefaultStyleId () | |
setDefaultStyleId ($default_style_id) | |
getDefaultTemplatePath () | |
setDefaultTemplatePath ($default_template_path) | |
getDelosPath () | |
setDelosPath ($delos_path) | |
getDefaultVariablesPath () | |
setDefaultVariablesPath ($default_variables_path) | |
getDefaultImagesPath () | |
setDefaultImagesPath ($default_images_path) | |
getDefaultFontsPath () | |
setDefaultFontsPath ($default_fonts_path) | |
getDefaultSoundsPath () | |
setDefaultSoundsPath ($default_sounds_path) | |
getCustomizingSkinPath () | |
setCustomizingSkinPath ($customizing_skin_path) | |
getRelDelosPath () | |
setRelDelosPath ($rel_delos_path) | |
Protected Attributes | |
$default_skin_id = "default" | |
$default_style_id = "delos" | |
$default_template_path = "./templates/default/template.xml" | |
$delos_path = "./templates/default/delos" | |
$rel_delos_path = "../../../../templates/default/delos" | |
$default_variables_path = "./templates/default/less/variables.less" | |
$default_images_path = "./templates/default/images/" | |
$default_fonts_path = "./templates/default/fonts/" | |
$default_sounds_path = "" | |
$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 13 of file class.ilSystemStyleConfig.php.
ilSystemStyleConfig::getCustomizingSkinPath | ( | ) |
Definition at line 217 of file class.ilSystemStyleConfig.php.
References $customizing_skin_path.
ilSystemStyleConfig::getDefaultFontsPath | ( | ) |
Definition at line 185 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::getDefaultImagesPath | ( | ) |
Definition at line 169 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::getDefaultSkinId | ( | ) |
Definition at line 89 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
ilSystemStyleConfig::getDefaultSoundsPath | ( | ) |
Definition at line 201 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::getDefaultStyleId | ( | ) |
Definition at line 105 of file class.ilSystemStyleConfig.php.
References $default_style_id.
ilSystemStyleConfig::getDefaultTemplatePath | ( | ) |
Definition at line 121 of file class.ilSystemStyleConfig.php.
References $default_template_path.
ilSystemStyleConfig::getDefaultVariablesPath | ( | ) |
Definition at line 153 of file class.ilSystemStyleConfig.php.
References $default_variables_path.
ilSystemStyleConfig::getDelosPath | ( | ) |
ilSystemStyleConfig::getRelDelosPath | ( | ) |
Definition at line 233 of file class.ilSystemStyleConfig.php.
References $rel_delos_path.
ilSystemStyleConfig::setCustomizingSkinPath | ( | $customizing_skin_path | ) |
mixed | $customizing_skin_path |
Definition at line 225 of file class.ilSystemStyleConfig.php.
References $customizing_skin_path.
ilSystemStyleConfig::setDefaultFontsPath | ( | $default_fonts_path | ) |
string | $default_fonts_path |
Definition at line 193 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::setDefaultImagesPath | ( | $default_images_path | ) |
string | $default_images_path |
Definition at line 177 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::setDefaultSkinId | ( | $default_skin_id | ) |
string | $default_skin_id |
Definition at line 97 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
ilSystemStyleConfig::setDefaultSoundsPath | ( | $default_sounds_path | ) |
string | $default_sounds_path |
Definition at line 209 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::setDefaultStyleId | ( | $default_style_id | ) |
string | $default_style_id |
Definition at line 113 of file class.ilSystemStyleConfig.php.
References $default_style_id.
ilSystemStyleConfig::setDefaultTemplatePath | ( | $default_template_path | ) |
string | $default_template_path |
Definition at line 129 of file class.ilSystemStyleConfig.php.
References $default_template_path.
ilSystemStyleConfig::setDefaultVariablesPath | ( | $default_variables_path | ) |
string | $default_variables_path |
Definition at line 161 of file class.ilSystemStyleConfig.php.
References $default_variables_path.
ilSystemStyleConfig::setDelosPath | ( | $delos_path | ) |
string | $delos_path |
Definition at line 145 of file class.ilSystemStyleConfig.php.
References $delos_path.
ilSystemStyleConfig::setRelDelosPath | ( | $rel_delos_path | ) |
string | $rel_delos_path |
Definition at line 241 of file class.ilSystemStyleConfig.php.
References $rel_delos_path.
|
protected |
Customizing skin path to place folders for custom skins into.
string
Definition at line 84 of file class.ilSystemStyleConfig.php.
Referenced by getCustomizingSkinPath(), and setCustomizingSkinPath().
|
protected |
Definition at line 70 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultFontsPath(), and setDefaultFontsPath().
|
protected |
Definition at line 63 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultImagesPath(), and setDefaultImagesPath().
|
protected |
Definition at line 20 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultSkinId(), and setDefaultSkinId().
|
protected |
Definition at line 77 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultSoundsPath(), and setDefaultSoundsPath().
|
protected |
Definition at line 27 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultStyleId(), and setDefaultStyleId().
|
protected |
Definition at line 34 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultTemplatePath(), and setDefaultTemplatePath().
|
protected |
Definition at line 56 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultVariablesPath(), and setDefaultVariablesPath().
|
protected |
Definition at line 41 of file class.ilSystemStyleConfig.php.
Referenced by getDelosPath(), and setDelosPath().
|
protected |
Definition at line 48 of file class.ilSystemStyleConfig.php.
Referenced by getRelDelosPath(), and setRelDelosPath().