• Модуль: crmmobile
  • Путь к файлу: ~/bitrix/modules/crmmobile/lib/UI/EntityEditor/ProviderDecorator.php
  • Класс: Bitrix\CrmMobile\UI\EntityEditor\ProviderDecorator
  • Вызов: ProviderDecorator::getCategoryId
private function getCategoryId(): ?int
{
	if ($this->entity->isCategoriesSupported())
	{
		return $this->entity->getCategoryId();
	}

	return null;
}