• Модуль: socialnetwork
  • Путь к файлу: ~/bitrix/modules/socialnetwork/lib/integration/ui/entityselector/userprovider.php
  • Класс: BitrixSocialnetworkIntegrationUIEntitySelectorUserProvider
  • Вызов: UserProvider::getUserCollection
public function getUserCollection(array $options = []): EO_User_Collection
{
	$options = array_merge($this->getOptions(), $options);

	return static::getUsers($options);
}