• Модуль: intranet
  • Путь к файлу: ~/bitrix/modules/intranet/lib/CustomSection/Manager.php
  • Класс: BitrixIntranetCustomSectionManager
  • Вызов: Manager::buildCustomSectionCounterId
static function buildCustomSectionCounterId(string $moduleId, ?int $customSectionId): string
{
	return $moduleId . self::COUNTER_INFIX . $customSectionId;
}