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