|
ILIAS
trunk Revision v12.0_alpha-377-g3641b37b9db
|
Inheritance diagram for ilStyleSetupConfig:
Collaboration diagram for ilStyleSetupConfig:Public Member Functions | |
| __construct (bool $manage_system_styles, ?string $path_to_scss) | |
| getManageSystemStyles () | |
| getPathToScss () | |
Protected Member Functions | |
| toLinuxConvention (?string $p) | |
Protected Attributes | |
| $manage_system_styles | |
| $path_to_scss | |
Definition at line 22 of file class.ilStyleSetupConfig.php.
| ilStyleSetupConfig::__construct | ( | bool | $manage_system_styles, |
| ?string | $path_to_scss | ||
| ) |
Definition at line 34 of file class.ilStyleSetupConfig.php.
References $manage_system_styles, and toLinuxConvention().
Here is the call graph for this function:| ilStyleSetupConfig::getManageSystemStyles | ( | ) |
Definition at line 50 of file class.ilStyleSetupConfig.php.
References $manage_system_styles.
| ilStyleSetupConfig::getPathToScss | ( | ) |
Definition at line 55 of file class.ilStyleSetupConfig.php.
References $path_to_scss.
|
protected |
Definition at line 42 of file class.ilStyleSetupConfig.php.
Referenced by __construct().
Here is the caller graph for this function:
|
protected |
Definition at line 27 of file class.ilStyleSetupConfig.php.
Referenced by __construct(), and getManageSystemStyles().
|
protected |
Definition at line 32 of file class.ilStyleSetupConfig.php.
Referenced by getPathToScss().