• Модуль: pull
  • Путь к файлу: ~/bitrix/modules/pull/classes/general/pull_channel.php
  • Класс: CPullChannel
  • Вызов: CPullChannel::GetNewChannelIdByTag
static function GetNewChannelIdByTag(string $tag, string $suffix = '')
{
	global $APPLICATION;
	return md5($tag.(is_object($APPLICATION)? $APPLICATION->GetServerUniqID(): '').$suffix);
}