• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Context.php
  • Класс: Bitrix\Crm\Service\Context
  • Вызов: Context::setItemOptions
public function setItemOptions(array $itemOptions): Context
{
	$this->itemOptions = $itemOptions;
	return $this;
}