• Модуль: im
  • Путь к файлу: ~/bitrix/modules/im/lib/Configuration/General.php
  • Класс: BitrixImConfigurationGeneral
  • Вызов: General::encodeName
static function encodeName(string $name): string
{
	return static::ENTITY . static::SEPARATOR . $name;
}