ILIAS  release_10 Revision v10.1-43-ga1241a92c2f
ilSystemStyleConfigMock.php
Go to the documentation of this file.
1 <?php
2 
3 declare(strict_types=1);
4 
10 {
11  protected string $default_skin_id = 'defaultSkin';
12  protected string $default_style_id = 'defaultStyle';
13  protected string $default_template_path = __DIR__ . '/../skins/defaultSkin/template.xml';
14  protected string $delos_path = __DIR__ . '/../skins/defaultSkin/defaultStyle';
15  protected string $rel_delos_path = __DIR__ . '/../skins/defaultSkin/defaultStyle';
16  protected string $default_settings_path = __DIR__ . '/../skins/defaultSkin/010-settings';
17  protected string $default_images_path = __DIR__ . '/../skins/defaultSkin/images/';
18  protected string $default_fonts_path = __DIR__ . '/../skins/defaultSkin/fonts/';
19  protected string $default_sounds_path = '';
20  protected string $customizing_skin_path = __DIR__ . '/../skins/customSkins/';
21  public string $test_skin_original_path = __DIR__ . '/../skins/';
22  public string $test_skin_temp_path = __DIR__ . '/../skins/';
23 }
ilSystemStyleConfig wraps all &#39;constants&#39; to ensure the testability of all classes using those &#39;const...
ilSystemStyleConfig wraps all &#39;constants&#39; to ensure the testability of all classes using those &#39;const...