|
ILIAS
release_6 Revision v6.24-5-g0c8bfefb3b8
|
Inheritance diagram for ilStyleSetupConfig:
Collaboration diagram for ilStyleSetupConfig:Public Member Functions | |
| __construct (bool $manage_system_styles, ?string $path_to_lessc) | |
| getManageSystemStyles () | |
| getPathToLessc () | |
Protected Member Functions | |
| toLinuxConvention (?string $p) | |
Protected Attributes | |
| $manage_system_styles | |
| $path_to_lessc | |
Definition at line 8 of file class.ilStyleSetupConfig.php.
| ilStyleSetupConfig::__construct | ( | bool | $manage_system_styles, |
| ?string | $path_to_lessc | ||
| ) |
Definition at line 20 of file class.ilStyleSetupConfig.php.
References $manage_system_styles, and toLinuxConvention().
Here is the call graph for this function:| ilStyleSetupConfig::getManageSystemStyles | ( | ) |
Definition at line 36 of file class.ilStyleSetupConfig.php.
References $manage_system_styles.
| ilStyleSetupConfig::getPathToLessc | ( | ) |
Definition at line 41 of file class.ilStyleSetupConfig.php.
References $path_to_lessc.
|
protected |
Definition at line 28 of file class.ilStyleSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 13 of file class.ilStyleSetupConfig.php.
Referenced by __construct(), and getManageSystemStyles().
|
protected |
Definition at line 18 of file class.ilStyleSetupConfig.php.
Referenced by getPathToLessc().