EntryJobFilter
in package
FinalYes
Table of Contents
Properties
- $entryFilter : EntryFilter|null
- $hasErrors : bool|null
- $limit : int|null
- $offset : int|null
- $progressStatusCode : int|null
- $subActionCode : int|null
- $userId : int|null
Methods
- getEntryFilter() : EntryFilter|null
- getHasErrors() : bool|null
- getLimit() : int|null
- getOffset() : int|null
- getProgressStatusCode() : int|null
- getSubActionCode() : int|null
- getUserId() : int|null
- setEntryFilter() : void
- setHasErrors() : void
- setLimit() : void
- setOffset() : void
- setProgressStatusCode() : void
- setSubActionCode() : void
- setUserId() : void
Properties
$entryFilter
private
EntryFilter|null
$entryFilter
$hasErrors
private
bool|null
$hasErrors
$limit
private
int|null
$limit
$offset
private
int|null
$offset
$progressStatusCode
private
int|null
$progressStatusCode
$subActionCode
private
int|null
$subActionCode
$userId
private
int|null
$userId
Methods
getEntryFilter()
public
getEntryFilter() : EntryFilter|null
Return values
EntryFilter|nullgetHasErrors()
public
getHasErrors() : bool|null
Return values
bool|nullgetLimit()
public
getLimit() : int|null
Return values
int|nullgetOffset()
public
getOffset() : int|null
Return values
int|nullgetProgressStatusCode()
public
getProgressStatusCode() : int|null
Return values
int|nullgetSubActionCode()
public
getSubActionCode() : int|null
Return values
int|nullgetUserId()
public
getUserId() : int|null
Return values
int|nullsetEntryFilter()
public
setEntryFilter(EntryFilter|null $entryFilter) : void
Parameters
- $entryFilter : EntryFilter|null
setHasErrors()
public
setHasErrors(bool|null $hasErrors) : void
Parameters
- $hasErrors : bool|null
setLimit()
public
setLimit(int|null $limit) : void
Parameters
- $limit : int|null
setOffset()
public
setOffset(int|null $offset) : void
Parameters
- $offset : int|null
setProgressStatusCode()
public
setProgressStatusCode(int|null $progressStatusCode) : void
Parameters
- $progressStatusCode : int|null
setSubActionCode()
public
setSubActionCode(int|null $subActionCode) : void
Parameters
- $subActionCode : int|null
setUserId()
public
setUserId(int|null $userId) : void
Parameters
- $userId : int|null