• Модуль: tasks
  • Путь к файлу: ~/bitrix/modules/tasks/lib/internals/counter/push/groupsender.php
  • Класс: BitrixTasksInternalsCounterPushGroupSender
  • Вызов: GroupSender::getUsersToPush
private function getUsersToPush(int $groupId): array
{
	$subscribers = array_merge($this->getPushSubscribers(), $this->getPushSubscribers($groupId));
	return array_unique(array_values($subscribers));
}