2 declare(strict_types = 1);
31 public function __invoke(
string $_, $value, array $matches)
33 [, $propertyCollectionName, $propertyCollectionElementIdentifier, $propertyPath] = $matches;
34 $propertyCollectionName = str_replace(
'Definition',
'', $propertyCollectionName);
36 $result = $this->extractorDto->getResult();
37 $result[
'collections'][$propertyCollectionName][$propertyCollectionElementIdentifier][
'predefinedDefaults'][$propertyPath] = $value;
38 $this->extractorDto->setResult($result);