ILIAS  trunk Revision v11.0_alpha-3011-gc6b235a2e85
ilStyleSetupConfig Class Reference
+ 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
 

Detailed Description

Definition at line 22 of file class.ilStyleSetupConfig.php.

Constructor & Destructor Documentation

◆ __construct()

ilStyleSetupConfig::__construct ( bool  $manage_system_styles,
?string  $path_to_scss 
)

Definition at line 34 of file class.ilStyleSetupConfig.php.

37 {
38 $this->manage_system_styles = $manage_system_styles;
39 $this->path_to_scss = $this->toLinuxConvention($path_to_scss);
40 }

References $manage_system_styles, and toLinuxConvention().

+ Here is the call graph for this function:

Member Function Documentation

◆ getManageSystemStyles()

ilStyleSetupConfig::getManageSystemStyles ( )

Definition at line 50 of file class.ilStyleSetupConfig.php.

50 : bool
51 {
53 }

References $manage_system_styles.

◆ getPathToScss()

ilStyleSetupConfig::getPathToScss ( )

Definition at line 55 of file class.ilStyleSetupConfig.php.

55 : ?string
56 {
58 }

References $path_to_scss.

◆ toLinuxConvention()

ilStyleSetupConfig::toLinuxConvention ( ?string  $p)
protected

Definition at line 42 of file class.ilStyleSetupConfig.php.

42 : ?string
43 {
44 if (!$p) {
45 return null;
46 }
47 return preg_replace("/\\\\/", "/", $p);
48 }

Referenced by __construct().

+ Here is the caller graph for this function:

Field Documentation

◆ $manage_system_styles

ilStyleSetupConfig::$manage_system_styles
protected

Definition at line 27 of file class.ilStyleSetupConfig.php.

Referenced by __construct(), and getManageSystemStyles().

◆ $path_to_scss

ilStyleSetupConfig::$path_to_scss
protected

Definition at line 32 of file class.ilStyleSetupConfig.php.

Referenced by getPathToScss().


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