ILIAS  trunk Revision v11.0_alpha-1715-g7fc467680fb
All Data Structures Namespaces Files Functions Variables Enumerations Enumerator Modules Pages
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.

References $manage_system_styles, and toLinuxConvention().

37  {
38  $this->manage_system_styles = $manage_system_styles;
39  $this->path_to_scss = $this->toLinuxConvention($path_to_scss);
40  }
+ Here is the call graph for this function:

Member Function Documentation

◆ getManageSystemStyles()

ilStyleSetupConfig::getManageSystemStyles ( )

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

References $manage_system_styles.

50  : bool
51  {
53  }

◆ getPathToScss()

ilStyleSetupConfig::getPathToScss ( )

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

References $path_to_scss.

55  : ?string
56  {
57  return $this->path_to_scss;
58  }

◆ toLinuxConvention()

ilStyleSetupConfig::toLinuxConvention ( ?string  $p)
protected

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

References null.

Referenced by __construct().

42  : ?string
43  {
44  if (!$p) {
45  return null;
46  }
47  return preg_replace("/\\\\/", "/", $p);
48  }
while($session_entry=$r->fetchRow(ilDBConstants::FETCHMODE_ASSOC)) return null
+ 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: