Documentation

UserVatInsertionService
in package

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>

Properties

Methods

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>
Return values
array<string|int, UserVatInsertion>

        
On this page

Search results