• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/helper/ui/grid/workgroup/members.php
  • Класс: BitrixSocialnetworkHelperUIGridWorkgroupMembers
  • Вызов: Members::makeOtherCounterLayout
static function makeOtherCounterLayout(int $otherCount): string
{
	if ($otherCount <= 0)
	{
		return '';
	}

	return '
+' . $otherCount . '
'; }