• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/grid/scrum/row/content/members.php
  • Класс: Bitrix\Tasks\Grid\Scrum\Row\Content\Members
  • Вызов: Members::makeOtherCounterLayout
private function makeOtherCounterLayout(int $otherCount): string
{
	if ($otherCount <= 0)
	{
		return "";
	}

	return "
+{$otherCount}
"; }