Table of Contents
Interfaces
- IJobParameter
Properties
-
$correction
: string
-
$entryId
: int
Methods
-
__construct()
: mixed
-
getCorrection()
: string
-
getEntryId()
: int
-
jsonSerialize()
: mixed
-
setCorrection()
: void
-
setEntryId()
: void
$correction
private
string
$correction
$entryId
private
int
$entryId
__construct()
public
__construct(int $entryId, string $correction) : mixed
Parameters
-
$entryId
: int
-
-
$correction
: string
-
getCorrection()
public
getCorrection() : string
getEntryId()
public
getEntryId() : int
jsonSerialize()
public
jsonSerialize() : mixed
-
inheritDoc
-
setCorrection()
public
setCorrection(string $correction) : void
Parameters
-
$correction
: string
-
setEntryId()
public
setEntryId(int $entryId) : void
Parameters
-
$entryId
: int
-