ItemIdentifier::setCategoryId

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

	return $this;
}

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