ILIAS
release_5-2 Revision v5.2.25-18-g3f80b828510
|
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) | |
Protected Attributes | |
$default_skin_id = "default" | |
$default_style_id = "delos" | |
$default_template_path = "./templates/default/template.xml" | |
$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 210 of file class.ilSystemStyleConfig.php.
References $customizing_skin_path.
ilSystemStyleConfig::getDefaultFontsPath | ( | ) |
Definition at line 178 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::getDefaultImagesPath | ( | ) |
Definition at line 162 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::getDefaultSkinId | ( | ) |
Definition at line 82 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
ilSystemStyleConfig::getDefaultSoundsPath | ( | ) |
Definition at line 194 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::getDefaultStyleId | ( | ) |
Definition at line 98 of file class.ilSystemStyleConfig.php.
References $default_style_id.
ilSystemStyleConfig::getDefaultTemplatePath | ( | ) |
Definition at line 114 of file class.ilSystemStyleConfig.php.
References $default_template_path.
ilSystemStyleConfig::getDefaultVariablesPath | ( | ) |
Definition at line 146 of file class.ilSystemStyleConfig.php.
References $default_variables_path.
ilSystemStyleConfig::getDelosPath | ( | ) |
ilSystemStyleConfig::setCustomizingSkinPath | ( | $customizing_skin_path | ) |
mixed | $customizing_skin_path |
Definition at line 218 of file class.ilSystemStyleConfig.php.
References $customizing_skin_path.
ilSystemStyleConfig::setDefaultFontsPath | ( | $default_fonts_path | ) |
string | $default_fonts_path |
Definition at line 186 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::setDefaultImagesPath | ( | $default_images_path | ) |
string | $default_images_path |
Definition at line 170 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::setDefaultSkinId | ( | $default_skin_id | ) |
string | $default_skin_id |
Definition at line 90 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
ilSystemStyleConfig::setDefaultSoundsPath | ( | $default_sounds_path | ) |
string | $default_sounds_path |
Definition at line 202 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::setDefaultStyleId | ( | $default_style_id | ) |
string | $default_style_id |
Definition at line 106 of file class.ilSystemStyleConfig.php.
References $default_style_id.
ilSystemStyleConfig::setDefaultTemplatePath | ( | $default_template_path | ) |
string | $default_template_path |
Definition at line 122 of file class.ilSystemStyleConfig.php.
References $default_template_path.
ilSystemStyleConfig::setDefaultVariablesPath | ( | $default_variables_path | ) |
string | $default_variables_path |
Definition at line 154 of file class.ilSystemStyleConfig.php.
References $default_variables_path.
ilSystemStyleConfig::setDelosPath | ( | $delos_path | ) |
string | $delos_path |
Definition at line 138 of file class.ilSystemStyleConfig.php.
References $delos_path.
|
protected |
Customizing skin path to place folders for custom skins into.
string
Definition at line 77 of file class.ilSystemStyleConfig.php.
Referenced by getCustomizingSkinPath(), and setCustomizingSkinPath().
|
protected |
Definition at line 63 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultFontsPath(), and setDefaultFontsPath().
|
protected |
Definition at line 56 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 70 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 49 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().