UserRepository implements UserRepository
Table of Contents
Interfaces
Methods
- getMappingEntityCollectionByUserIds() : MappingEntityCollection
- getUsersIdBySearch() : UserCollection
Methods
getMappingEntityCollectionByUserIds()
public
getMappingEntityCollectionByUserIds(array<string|int, mixed> $userIds[, int $limit = 20 ][, int $offset = 0 ][, string|null $searchName = null ]) : MappingEntityCollection
Parameters
- $userIds : array<string|int, mixed>
- $limit : int = 20
- $offset : int = 0
- $searchName : string|null = null
Return values
MappingEntityCollectiongetUsersIdBySearch()
public
getUsersIdBySearch(string $searchName, array<string|int, mixed> $excludeIds[, int $limit = 10 ]) : UserCollection
Parameters
- $searchName : string
- $excludeIds : array<string|int, mixed>
- $limit : int = 10