• Модуль: bizproc
  • Путь к файлу: ~/bitrix/modules/bizproc/classes/general/helper.php
  • Класс: CBPHelper
  • Вызов: CBPHelper::getDistrName
static function getDistrName()
{
	return CModule::IncludeModule('bitrix24') ? static::DISTR_B24 : static::DISTR_BOX;
}