UserRepository
FinalYes
Table of Contents
Methods
- getById() : User|null
- getByIds() : UserCollection
Methods
getById()
public
getById(int $userId) : User|null
Parameters
- $userId : int
Return values
User|nullgetByIds()
public
getByIds(array<int, int> $ids) : UserCollection
Parameters
- $ids : array<int, int>