|
ILIAS
release_9 Revision v9.13-25-g2c18ec4c24f
|
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'constants'. More...
Inheritance diagram for ilSystemStyleConfigMock:
Collaboration diagram for ilSystemStyleConfigMock:Data Fields | |
| string | $test_skin_original_path = './Services/Style/System/test/fixtures/skins/' |
| string | $test_skin_temp_path = './Services/Style/System/test/fixtures/skins_temp/' |
Protected Attributes | |
| string | $default_skin_id = 'defaultSkin' |
| string | $default_style_id = 'defaultStyle' |
| string | $default_template_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/template.xml' |
| string | $delos_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle' |
| string | $rel_delos_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle' |
| string | $default_settings_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/010-settings' |
| string | $default_images_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/images/' |
| string | $default_fonts_path = './Services/Style/System/test/fixtures/skins_temp/defaultSkin/fonts/' |
| string | $default_sounds_path = '' |
| string | $customizing_skin_path = './Services/Style/System/test/fixtures/skins_temp/customSkins/' |
Protected Attributes inherited from ilSystemStyleConfig | |
| 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 = './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 | $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/global/skin/' |
| Customizing skin path to place folders for custom skins into. More... | |
Additional Inherited Members | |
Public Member Functions inherited from ilSystemStyleConfig | |
| 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 9 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 20 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 18 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 17 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 16 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 11 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 19 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 12 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 13 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 14 of file ilSystemStyleConfigMock.php.
|
protected |
Definition at line 15 of file ilSystemStyleConfigMock.php.
| string ilSystemStyleConfigMock::$test_skin_original_path = './Services/Style/System/test/fixtures/skins/' |
Definition at line 21 of file ilSystemStyleConfigMock.php.
| string ilSystemStyleConfigMock::$test_skin_temp_path = './Services/Style/System/test/fixtures/skins_temp/' |
Definition at line 22 of file ilSystemStyleConfigMock.php.