• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory.php
  • Класс: Bitrix\Crm\Service\Factory
  • Вызов: Factory::getStagesEntityId
public function getStagesEntityId(?int $categoryId = null): ?string
{
	if ($this->isStagesSupported())
	{
		throw new NotImplementedException(__METHOD__ . ' should be overwritten if stages are supported');
	}

	return null;
}