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