• Модуль: sale
  • Путь к файлу: ~/bitrix/modules/sale/lib/entitypropertyvalue.php
  • Класс: BitrixSaleEntityPropertyValue
  • Вызов: EntityPropertyValue::create
static function create(EntityPropertyValueCollection $collection, array $property = [])
{
	$propertyValue = static::createPropertyValueObject($property);
	$propertyValue->setCollection($collection);
	return $propertyValue;
}