58 public function setValues(array $propertyValues): self
60 foreach ($propertyValues as $index => $values)
64 if (is_numeric($index))
66 $property = $this->
findById((
int)$index);
71 $property = $this->findByCode($index);
76 $property->getPropertyValueCollection()->setValues($values);