EntryJobFilterService
in package
FinalYes
Table of Contents
Properties
Methods
- __construct() : mixed
- EntryJobFilterService constructor.
- getFilteredEntryJobs() : array<string|int, Job>|null
- getFilteredEntryJobsCount() : int
- getFilteredEntryJobsCountForVatcom() : int
- getFilteredEntryJobsForVatcom() : array<string|int, Job>|null
- makeFilterEntity() : EntryJobFilter
Properties
$jobRepository
private
IJobRepository
$jobRepository
$request
private
Request
$request
Methods
__construct()
EntryJobFilterService constructor.
public
__construct(IJobRepository $jobRepository, Request $request) : mixed
Parameters
- $jobRepository : IJobRepository
- $request : Request
getFilteredEntryJobs()
public
getFilteredEntryJobs() : array<string|int, Job>|null
Tags
Return values
array<string|int, Job>|nullgetFilteredEntryJobsCount()
public
getFilteredEntryJobsCount() : int
Tags
Return values
intgetFilteredEntryJobsCountForVatcom()
public
getFilteredEntryJobsCountForVatcom() : int
Tags
Return values
intgetFilteredEntryJobsForVatcom()
public
getFilteredEntryJobsForVatcom() : array<string|int, Job>|null
Tags
Return values
array<string|int, Job>|nullmakeFilterEntity()
private
makeFilterEntity() : EntryJobFilter