• Модуль: sender
  • Путь к файлу: ~/bitrix/modules/sender/lib/integration/crm/connectors/client.php
  • Класс: Bitrix\Sender\Integration\Crm\Connectors\Client
  • Вызов: Client::getDealCategoryList
static function getDealCategoryList()
{
	return Loader::includeModule('crm') ? DealCategory::getSelectListItems(true) : [];
}