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