ILIAS  release_5-4 Revision v5.4.26-12-gabc799a52e6
ilSystemStyleConfigMock Class Reference

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

 $test_skin_original_path = "./Services/Style/System/test/fixtures/skins/"
 
 $test_skin_temp_path = "./Services/Style/System/test/fixtures/skins_temp/"
 

Protected Attributes

 $default_skin_id = "defaultSkin"
 
 $default_style_id = "defaultStyle"
 
 $default_template_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/template.xml"
 
 $delos_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle"
 
 $rel_delos_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle"
 
 $default_variables_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/less/variables.less"
 
 $default_images_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/images/"
 
 $default_fonts_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/fonts/"
 
 $default_sounds_path = ""
 
 $customizing_skin_path = "./Services/Style/System/test/fixtures/skins_temp/customSkins/"
 Customizing skin path to place folders for custom skins into. More...
 
- Protected Attributes inherited from ilSystemStyleConfig
 $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...
 

Additional Inherited Members

- Public Member Functions inherited from ilSystemStyleConfig
 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)
 

Detailed Description

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.

Author
Timon Amstutz timon.nosp@m..ams.nosp@m.tutz@.nosp@m.ilub.nosp@m..unib.nosp@m.e.ch
Version
$Id$

Definition at line 14 of file ilSystemStyleConfigMock.php.

Field Documentation

◆ $customizing_skin_path

ilSystemStyleConfigMock::$customizing_skin_path = "./Services/Style/System/test/fixtures/skins_temp/customSkins/"
protected

Customizing skin path to place folders for custom skins into.

string

Definition at line 72 of file ilSystemStyleConfigMock.php.

◆ $default_fonts_path

ilSystemStyleConfigMock::$default_fonts_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/fonts/"
protected

Definition at line 58 of file ilSystemStyleConfigMock.php.

◆ $default_images_path

ilSystemStyleConfigMock::$default_images_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/images/"
protected

Definition at line 51 of file ilSystemStyleConfigMock.php.

◆ $default_skin_id

ilSystemStyleConfigMock::$default_skin_id = "defaultSkin"
protected

Definition at line 19 of file ilSystemStyleConfigMock.php.

◆ $default_sounds_path

ilSystemStyleConfigMock::$default_sounds_path = ""
protected

Definition at line 65 of file ilSystemStyleConfigMock.php.

◆ $default_style_id

ilSystemStyleConfigMock::$default_style_id = "defaultStyle"
protected

Definition at line 24 of file ilSystemStyleConfigMock.php.

◆ $default_template_path

ilSystemStyleConfigMock::$default_template_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/template.xml"
protected

Definition at line 29 of file ilSystemStyleConfigMock.php.

◆ $default_variables_path

ilSystemStyleConfigMock::$default_variables_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/less/variables.less"
protected

Definition at line 44 of file ilSystemStyleConfigMock.php.

◆ $delos_path

ilSystemStyleConfigMock::$delos_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle"
protected

Definition at line 34 of file ilSystemStyleConfigMock.php.

◆ $rel_delos_path

ilSystemStyleConfigMock::$rel_delos_path = "./Services/Style/System/test/fixtures/skins_temp/defaultSkin/defaultStyle"
protected

Definition at line 39 of file ilSystemStyleConfigMock.php.

◆ $test_skin_original_path

ilSystemStyleConfigMock::$test_skin_original_path = "./Services/Style/System/test/fixtures/skins/"

Definition at line 74 of file ilSystemStyleConfigMock.php.

◆ $test_skin_temp_path

ilSystemStyleConfigMock::$test_skin_temp_path = "./Services/Style/System/test/fixtures/skins_temp/"

Definition at line 75 of file ilSystemStyleConfigMock.php.


The documentation for this class was generated from the following file: