ILIAS
trunk Revision v11.0_alpha-1866-gfa368f7776e
|
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) | |
getDefaultSettingsPath () | |
setDefaultSettingsPath (string $default_settings_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) | |
getScssSettingsFolderName () | |
setScssSettingsFolderName (string $scss_settings_folder_name) | |
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 scss files. More... | |
string | $rel_delos_path = '../../../../../../templates/default/delos' |
Relative delos path from Customizing dir to delos css and Scss files. More... | |
string | $default_settings_path = '../templates/default/010-settings' |
Path to variables Scss file of delos. More... | |
string | $default_images_path = './assets/images/' |
Path to images directory of delos. More... | |
string | $default_fonts_path = '../templates/default/fonts/' |
Path to fonts directory of delos. More... | |
string | $scss_settings_folder_name = '010-settings/' |
SCSS Settings Folder Name. More... | |
string | $default_sounds_path = '' |
Path to sounds directory of delos (currently none given) More... | |
string | $customizing_skin_path = './Customizing/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 163 of file class.ilSystemStyleConfig.php.
References $customizing_skin_path.
Referenced by ilStyleDefinition\getSoundDirectory(), and ilStyleDefinition\skinExists().
ilSystemStyleConfig::getDefaultFontsPath | ( | ) |
Definition at line 143 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::getDefaultImagesPath | ( | ) |
Definition at line 133 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::getDefaultSettingsPath | ( | ) |
Definition at line 123 of file class.ilSystemStyleConfig.php.
References $default_settings_path.
ilSystemStyleConfig::getDefaultSkinId | ( | ) |
Definition at line 83 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
Referenced by ilStyleDefinition\getCurrentStyle(), ilStyleDefinition\getSoundDirectory(), and ilStyleDefinition\skinExists().
ilSystemStyleConfig::getDefaultSoundsPath | ( | ) |
Definition at line 153 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::getDefaultStyleId | ( | ) |
Definition at line 93 of file class.ilSystemStyleConfig.php.
References $default_style_id.
Referenced by ilStyleDefinition\getCurrentStyle().
ilSystemStyleConfig::getDefaultTemplatePath | ( | ) |
Definition at line 103 of file class.ilSystemStyleConfig.php.
References $default_template_path.
Referenced by ilStyleDefinition\getSoundDirectory(), and ilStyleDefinition\skinExists().
ilSystemStyleConfig::getDelosPath | ( | ) |
Definition at line 113 of file class.ilSystemStyleConfig.php.
References $delos_path.
ilSystemStyleConfig::getRelDelosPath | ( | ) |
Definition at line 168 of file class.ilSystemStyleConfig.php.
References $rel_delos_path.
ilSystemStyleConfig::getScssSettingsFolderName | ( | ) |
Definition at line 181 of file class.ilSystemStyleConfig.php.
References $scss_settings_folder_name.
ilSystemStyleConfig::setDefaultFontsPath | ( | string | $default_fonts_path | ) |
Definition at line 148 of file class.ilSystemStyleConfig.php.
References $default_fonts_path.
ilSystemStyleConfig::setDefaultImagesPath | ( | string | $default_images_path | ) |
Definition at line 138 of file class.ilSystemStyleConfig.php.
References $default_images_path.
ilSystemStyleConfig::setDefaultSettingsPath | ( | string | $default_settings_path | ) |
Definition at line 128 of file class.ilSystemStyleConfig.php.
References $default_settings_path.
ilSystemStyleConfig::setDefaultSkinId | ( | string | $default_skin_id | ) |
Definition at line 88 of file class.ilSystemStyleConfig.php.
References $default_skin_id.
ilSystemStyleConfig::setDefaultSoundsPath | ( | string | $default_sounds_path | ) |
Definition at line 158 of file class.ilSystemStyleConfig.php.
References $default_sounds_path.
ilSystemStyleConfig::setDefaultStyleId | ( | string | $default_style_id | ) |
Definition at line 98 of file class.ilSystemStyleConfig.php.
References $default_style_id.
ilSystemStyleConfig::setDefaultTemplatePath | ( | string | $default_template_path | ) |
Definition at line 108 of file class.ilSystemStyleConfig.php.
References $default_template_path.
ilSystemStyleConfig::setDelosPath | ( | string | $delos_path | ) |
Definition at line 118 of file class.ilSystemStyleConfig.php.
References $delos_path.
ilSystemStyleConfig::setRelDelosPath | ( | string | $rel_delos_path | ) |
Definition at line 173 of file class.ilSystemStyleConfig.php.
References $rel_delos_path.
ilSystemStyleConfig::setScssSettingsFolderName | ( | string | $scss_settings_folder_name | ) |
string | $scss_settings_folder_name |
Definition at line 189 of file class.ilSystemStyleConfig.php.
References $scss_settings_folder_name.
|
protected |
Customizing skin path to place folders for custom skins into.
Definition at line 81 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 |
Path to variables Scss file of delos.
Definition at line 56 of file class.ilSystemStyleConfig.php.
Referenced by getDefaultSettingsPath(), and setDefaultSettingsPath().
|
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 76 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 delos css and scss 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 Scss files.
Definition at line 50 of file class.ilSystemStyleConfig.php.
Referenced by getRelDelosPath(), and setRelDelosPath().
|
protected |
SCSS Settings Folder Name.
Definition at line 71 of file class.ilSystemStyleConfig.php.
Referenced by getScssSettingsFolderName(), and setScssSettingsFolderName().