ILIAS
trunk Revision v11.0_alpha-1769-g99a433fe2dc
|
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'constants'. More...
Data Fields | |
string | $test_skin_original_path = __DIR__ . '/../skins/' |
string | $test_skin_temp_path = __DIR__ . '/../skins/' |
Protected Attributes | |
string | $default_skin_id = 'defaultSkin' |
string | $default_style_id = 'defaultStyle' |
string | $default_template_path = __DIR__ . '/../skins/defaultSkin/template.xml' |
string | $delos_path = __DIR__ . '/../skins/defaultSkin/defaultStyle' |
string | $rel_delos_path = __DIR__ . '/../skins/defaultSkin/defaultStyle' |
string | $default_settings_path = __DIR__ . '/../skins/defaultSkin/010-settings' |
string | $default_images_path = __DIR__ . '/../skins/defaultSkin/images/' |
string | $default_fonts_path = __DIR__ . '/../skins/defaultSkin/fonts/' |
string | $default_sounds_path = '' |
string | $customizing_skin_path = __DIR__ . '/../skins/customSkins/' |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
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) | |
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 ilSystemStyleConfigMock.php.
|
protected |
Definition at line 36 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 34 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 33 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 32 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 27 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 35 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 28 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 29 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 30 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 31 of file ilSystemStyleConfigMock.php.
string ilSystemStyleConfigMock::$test_skin_original_path = __DIR__ . '/../skins/' |
Definition at line 37 of file ilSystemStyleConfigMock.php.
string ilSystemStyleConfigMock::$test_skin_temp_path = __DIR__ . '/../skins/' |
Definition at line 38 of file ilSystemStyleConfigMock.php.