with() публичный Метод

public with ( Property $property ) : self
$property Property
Результат self
 private function denormalizeProperty(PropertyDenormalizerInterface $propertyDenormalizer, FlagParserInterface $flagParser, string $unparsedPropertyName, $value, PropertyBag $properties, FixtureInterface $scope) : PropertyBag
 {
     $flags = $flagParser->parse($unparsedPropertyName);
     $propertyName = $flags->getKey();
     $property = $propertyDenormalizer->denormalize($scope, $propertyName, $value, $flags);
     return $properties->with($property);
 }