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

	return $this->getUserItems([
		'userId' => $ids
	]);
}