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

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