Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
Public Member Functions
WriterInterface Interface Reference
Inheritance diagram for WriterInterface:
Writer

Public Member Functions

 delete ($path, $scope=ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId=0)
 
 save ($path, $value, $scope=ScopeConfigInterface::SCOPE_TYPE_DEFAULT, $scopeId=0)
 

Detailed Description

Interface \Magento\Framework\App\Config\Storage\WriterInterface @api

Definition at line 16 of file WriterInterface.php.

Member Function Documentation

◆ delete()

delete (   $path,
  $scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
  $scopeId = 0 
)

Delete config value from storage

Parameters
string$path
string$scope
int$scopeId
Returns
void

Implemented in Writer.

◆ save()

save (   $path,
  $value,
  $scope = ScopeConfigInterface::SCOPE_TYPE_DEFAULT,
  $scopeId = 0 
)

Save config value to storage

Parameters
string$path
string$value
string$scope
int$scopeId
Returns
void

Implemented in Writer.


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