DatevJobFilter
in package
FinalYes
Table of Contents
Properties
- $hasErrors : bool|null
- $limit : int|null
- $offset : int|null
- $progressStatusCode : int|null
- $sortBy : string|null
- $sortDesc : bool|null
- $subActionCode : int|null
- $userId : int|null
- $yearMonth : string|null
Methods
- getHasErrors() : bool|null
- getLimit() : int|null
- getOffset() : int|null
- getProgressStatusCode() : int|null
- getSortBy() : string|null
- getSortDesc() : bool|null
- getSubActionCode() : int|null
- getUserId() : int|null
- getYearMonth() : string|null
- setHasErrors() : void
- setLimit() : void
- setOffset() : void
- setProgressStatusCode() : void
- setSortBy() : void
- setSortDesc() : void
- setSubActionCode() : void
- setUserId() : void
- setYearMonth() : void
Properties
$hasErrors
private
bool|null
$hasErrors
$limit
private
int|null
$limit
$offset
private
int|null
$offset
$progressStatusCode
private
int|null
$progressStatusCode
$sortBy
private
string|null
$sortBy
$sortDesc
private
bool|null
$sortDesc
$subActionCode
private
int|null
$subActionCode
$userId
private
int|null
$userId
$yearMonth
private
string|null
$yearMonth
Methods
getHasErrors()
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|nullgetSortBy()
public
getSortBy() : string|null
Return values
string|nullgetSortDesc()
public
getSortDesc() : bool|null
Return values
bool|nullgetSubActionCode()
public
getSubActionCode() : int|null
Return values
int|nullgetUserId()
public
getUserId() : int|null
Return values
int|nullgetYearMonth()
public
getYearMonth() : string|null
Return values
string|nullsetHasErrors()
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
setSortBy()
public
setSortBy(string|null $sortBy) : void
Parameters
- $sortBy : string|null
setSortDesc()
public
setSortDesc(bool|null $sortDesc) : void
Parameters
- $sortDesc : bool|null
setSubActionCode()
public
setSubActionCode(int|null $subActionCode) : void
Parameters
- $subActionCode : int|null
setUserId()
public
setUserId(int|null $userId) : void
Parameters
- $userId : int|null
setYearMonth()
public
setYearMonth(string|null $yearMonth) : void
Parameters
- $yearMonth : string|null