Definition at line 28 of file Writer.php.
 
◆ __construct()
      
        
          | __construct  | 
          ( | 
          array  | 
          $options = null | ) | 
           | 
        
      
 
Create a new adapter
$options can only be passed as array or be omitted
- Parameters
 - 
  
  
 
Definition at line 53 of file Writer.php.
setOptions(array $options)
 
 
 
 
◆ setConfig()
◆ setOptions()
      
        
          | setOptions  | 
          ( | 
          array  | 
          $options | ) | 
           | 
        
      
 
Set options via an array
- Parameters
 - 
  
  
 
- Returns
 - Zend_Config_Writer 
 
Definition at line 79 of file Writer.php.
   82             if (in_array(strtolower($key), $this->_skipOptions)) {
    86             $method = 
'set' . ucfirst($key);
    87             if (method_exists($this, 
$method)) {
 
 
 
 
◆ write()
◆ $_config
◆ $_skipOptions
The documentation for this class was generated from the following file:
- vendor/magento/zendframework1/library/Zend/Config/Writer.php