• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/itemidentifier.php
  • Класс: Bitrix\Crm\ItemIdentifier
  • Вызов: ItemIdentifier::setCategoryId
private function setCategoryId(?int $categoryId): ItemIdentifier
{
	$this->categoryId = $categoryId;

	return $this;
}