• Модуль: crm
  • Путь к файлу: ~/bitrix/modules/crm/lib/Service/Factory/Lead.php
  • Класс: Bitrix\Crm\Service\Factory\Lead
  • Вызов: Lead::createCategory
public function createCategory(array $data = []): Category
{
	throw new NotSupportedException('Lead doesn\'t support categories');
}