ProductLoader::getPropertyEnumValueMultiple

  1. Bitrix24 API (v. 23.675.0)
  2. crm
  3. ProductLoader
  4. getPropertyEnumValueMultiple
  • Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/integration/documentgenerator/productloader.php
  • Класс: Bitrix\Crm\Integration\DocumentGenerator\ProductLoader
  • Вызов: ProductLoader::getPropertyEnumValueMultiple
protected function getPropertyEnumValueMultiple(int $propertyId, array $values): array
{
	$result = [];

	foreach ($values as $value)
	{
		$result[] = $this->getPropertyEnumValue($propertyId, $value);
	}

	return $result;
}

Добавить комментарий