Magento 2 Documentation  2.3
Documentation for Magento 2 CMS v2.3 (December 2018)
ValueInterface.php
Go to the documentation of this file.
1 <?php
9 
17 interface ValueInterface
18 {
24  const ENTITY = 'config_data';
25 
32  public function isValueChanged();
33 
39  public function getOldValue();
40 
47  public function getFieldsetDataValue($key);
48 }