UserEntity
Table of Contents
Methods
-
createEntity()
: int
-
deleteEntity()
: bool
-
forceDeleteEntity()
: int
-
getById()
: UserEntity
-
getByIds()
: Collection
-
updateEntity()
: UserEntity
createEntity()
public
createEntity(int $entityId, array<string, mixed> $params) : int
Parameters
-
$entityId
: int
-
-
$params
: array<string, mixed>
-
deleteEntity()
public
deleteEntity(int $entityId) : bool
Parameters
-
$entityId
: int
-
forceDeleteEntity()
public
forceDeleteEntity(int $id) : int
Parameters
-
$id
: int
-
getById()
public
getById(int $entityId) : UserEntity
Parameters
-
$entityId
: int
-
-
throws
-
ProfileNotFoundException
getByIds()
public
getByIds(array<string|int, int> $ids) : Collection
Parameters
-
$ids
: array<string|int, int>
-
updateEntity()
public
updateEntity(int $entityId, array<string, mixed> $params) : UserEntity
Parameters
-
$entityId
: int
-
-
$params
: array<string, mixed>
-