UserVatInsertionService
Table of Contents
Properties
-
$userVatInsertionRepository
: IUserVatInsertionRepository
Methods
-
__construct()
: mixed
-
getAllRealInsertedUserVatByUserId()
: array<string|int, mixed>|Collection|array<string|int, UserVatInsertion>|null
-
getAllRealInsertedUserVatByUserIdAndEventType()
: array<string|int, UserVatInsertion>
__construct()
public
__construct(IUserVatInsertionRepository $userVatInsertionRepository) : mixed
Parameters
-
$userVatInsertionRepository
: IUserVatInsertionRepository
-
getAllRealInsertedUserVatByUserId()
public
getAllRealInsertedUserVatByUserId(int $userId) : array<string|int, mixed>|Collection|array<string|int, UserVatInsertion>|null
Parameters
-
$userId
: int
-
Return values
array<string|int, mixed>|Collection|array<string|int, UserVatInsertion>|null
getAllRealInsertedUserVatByUserIdAndEventType()
public
getAllRealInsertedUserVatByUserIdAndEventType(int $userId, array<string|int, mixed> $userVatDetectEventTypes) : array<string|int, UserVatInsertion>
Parameters
-
$userId
: int
-
-
$userVatDetectEventTypes
: array<string|int, mixed>
-