◆ collectFrom()
      
        
          | ilStyleMetricsCollectedObjective::collectFrom  | 
          ( | 
          Setup\Environment  | 
          $environment,  | 
        
        
           | 
           | 
          Setup\Metrics\Storage  | 
          $storage  | 
        
        
           | 
          ) | 
           |  | 
        
      
 
Definition at line 16 of file class.ilStyleMetricsCollectedObjective.php.
References $ini.
   18         $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
    23         $storage->storeConfigBool(
    24             "manage_system_styles",
    25             $ini->readVariable(
"tools", 
"enable_system_styles_management"),
    26             "Can users manage system styles from within the installation?"    28         $storage->storeConfigText(
    30             $ini->readVariable(
"tools", 
"scss"),
    31             "The path to the binary that is used for compiling scss." 
 
 
 
◆ getTentativePreconditions()
      
        
          | ilStyleMetricsCollectedObjective::getTentativePreconditions  | 
          ( | 
          Setup\Environment  | 
          $environment | ) | 
           | 
        
      
 
 
The documentation for this class was generated from the following file: