• Модуль: imopenlines
  • Путь к файлу: ~/bitrix/modules/imopenlines/lib/common.php
  • Класс: BitrixImOpenLinesCommon
  • Вызов: Common::getPortalType
static function getPortalType(): string
{
	$type = self::TYPE_CP;
	if (defined('BX24_HOST_NAME'))
	{
		$type = self::TYPE_BITRIX24;
	}

	return $type;
}