• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/integration/ui/entityselector/fireduserprovider.php
  • Класс: BitrixSocialnetworkIntegrationUIEntitySelectorFiredUserProvider
  • Вызов: FiredUserProvider::getPreloadedUsersCollection
protected function getPreloadedUsersCollection(): EO_User_Collection
{
	return $this->getUserCollection([
		'order' => [
			'LAST_ACTIVITY_DATE' => 'desc',
		],
		'limit' => self::MAX_USERS_IN_RECENT_TAB,
	]);
}