Documentation

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

Methods

getHasErrors()

public getHasErrors() : bool|null
Return values
bool|null

getOffset()

public getOffset() : int|null
Return values
int|null

getProgressStatusCode()

public getProgressStatusCode() : int|null
Return values
int|null

getSubActionCode()

public getSubActionCode() : int|null
Return values
int|null

getUserId()

public getUserId() : int|null
Return values
int|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

        
On this page

Search results