• Модуль: catalog
  • Путь к файлу: ~/bitrix/modules/catalog/lib/restview/product.php
  • Класс: BitrixCatalogRestViewProduct
  • Вызов: Product::checkIndexedMultipleValue
protected function checkIndexedMultipleValue($values): Result
{
	$r = new Result();

	return
		$this->isIndexedArray($values)
			? $r
			: $r->addError(new Error('For type Multiple field - value must be an Indexed array'))
	;
}