| 1 | <?php |
||
| 9 | class ConfigStrategy implements UpdateStrategyInterface |
||
| 10 | { |
||
| 11 | /** |
||
| 12 | * @var array |
||
| 13 | */ |
||
| 14 | private $fields; |
||
| 15 | |||
| 16 | 2 | public function __construct(array $fields) |
|
| 20 | |||
| 21 | /** |
||
| 22 | * Use predefined config. |
||
| 23 | * |
||
| 24 | * @throws InvalidConfigException |
||
| 25 | * {@inheritdoc} |
||
| 26 | */ |
||
| 27 | 2 | public function getRecordIdentifier(DataBagInterface $dataBag): array |
|
| 45 | } |
||
| 46 |