◆ __construct()
◆ achieve()
      
        
          | ilStyleConfigStoredObjective::achieve  | 
          ( | 
          Setup\Environment  | 
          $environment | ) | 
           | 
        
      
 
Definition at line 43 of file class.ilStyleConfigStoredObjective.php.
References $ini.
   45         $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
    50             $this->config->getPathToScss() ?? 
''    52         $ini->setVariable(
"tools", 
"enable_system_styles_management", $this->config->getManageSystemStyles() ? 
"1" : 
"0");
    55             throw new Setup\UnachievableException(
"Could not write ilias.ini.php");
 
 
 
 
◆ getHash()
      
        
          | ilStyleConfigStoredObjective::getHash  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getLabel()
      
        
          | ilStyleConfigStoredObjective::getLabel  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ getPreconditions()
      
        
          | ilStyleConfigStoredObjective::getPreconditions  | 
          ( | 
          Setup\Environment  | 
          $environment | ) | 
           | 
        
      
 
 
◆ isApplicable()
      
        
          | ilStyleConfigStoredObjective::isApplicable  | 
          ( | 
          Setup\Environment  | 
          $environment | ) | 
           | 
        
      
 
Definition at line 64 of file class.ilStyleConfigStoredObjective.php.
References $ini.
   66         $ini = $environment->getResource(Setup\Environment::RESOURCE_ILIAS_INI);
    67         $manage_system_styles = $this->config->getManageSystemStyles() ? 
"1" : 
"0";
    70             $ini->readVariable(
"tools", 
"lessc") !== $this->config->getPathToScss() ||
    71             $ini->readVariable(
"tools", 
"enable_system_styles_management") !== $manage_system_styles
 
 
 
 
◆ isNotable()
      
        
          | ilStyleConfigStoredObjective::isNotable  | 
          ( | 
           | ) | 
           | 
        
      
 
 
◆ $config
  
  
      
        
          | ilStyleConfigStoredObjective::$config | 
         
       
   | 
  
protected   | 
  
 
 
The documentation for this class was generated from the following file: