• Модуль: rpa
  • Путь к файлу: ~/bitrix/modules/rpa/lib/components/itemlist.php
  • Класс: BitrixRpaComponentsItemList
  • Вызов: ItemList::getTypeId
protected function getTypeId(): ?int
{
	if($this->type)
	{
		return $this->type->getId();
	}

	return null;
}