• Модуль: iblock
  • Путь к файлу: ~/bitrix/modules/iblock/lib/grid/entity/elementsettings.php
  • Класс: BitrixIblockGridEntityElementSettings
  • Вызов: ElementSettings::setSelectedProductOfferIds
public function setSelectedProductOfferIds(array $value): self
{
	$this->selectedProductOfferIds = $value;

	return $this;
}