ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilSystemStyleConfigMock.php
Go to the documentation of this file.
1<?php
2
19declare(strict_types=1);
20
26{
27 protected string $default_skin_id = 'defaultSkin';
28 protected string $default_style_id = 'defaultStyle';
29 protected string $default_template_path = __DIR__ . '/../skins/defaultSkin/template.xml';
30 protected string $delos_path = __DIR__ . '/../skins/defaultSkin/defaultStyle';
31 protected string $rel_delos_path = __DIR__ . '/../skins/defaultSkin/defaultStyle';
32 protected string $default_settings_path = __DIR__ . '/../skins/defaultSkin/010-settings';
33 protected string $default_images_path = __DIR__ . '/../skins/defaultSkin/images/';
34 protected string $default_fonts_path = __DIR__ . '/../skins/defaultSkin/fonts/';
35 protected string $default_sounds_path = '';
36 protected string $customizing_skin_path = __DIR__ . '/../skins/customSkins/';
37 public string $test_skin_original_path = __DIR__ . '/../skins/';
38 public string $test_skin_temp_path = __DIR__ . '/../skins/';
39}
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...
ilSystemStyleConfig wraps all 'constants' to ensure the testability of all classes using those 'const...