UserRepository
extends BaseRepository
Table of Contents
Methods
-
getMainUserData()
: array<int, array{ID: string, NAME: string, LAST_NAME: string, PERSONAL_GENDER: string, PERSONAL_PHOTO: string}>
getMainUserData()
public
getMainUserData(array<string|int, mixed> $userIdList) : array<int, array{ID: string, NAME: string, LAST_NAME: string, PERSONAL_GENDER: string, PERSONAL_PHOTO: string}>
Parameters
-
$userIdList
: array<string|int, mixed>
-
-
throws
-
ArgumentException
-
throws
-
ObjectPropertyException
-
throws
-
SystemException
Return values
array<int, array{ID: string, NAME: string, LAST_NAME: string, PERSONAL_GENDER: string, PERSONAL_PHOTO: string}>