ReportMissingInfoEntity
in package
implements
JsonSerializable
Table of Contents
Interfaces
- JsonSerializable
Properties
- $category : string|null
- $correction : mixed
- $detail : string|null
- $entryId : int
- $fixable : bool|null
Methods
- getCategory() : string
- Get the value of category
- getCorrection() : mixed
- getDetail() : string
- Get the value of detail
- getEntryId() : int
- Get the value of entryId
- getFixable() : bool|null
- jsonSerialize() : array<string|int, mixed>
- setCategory() : self
- Set the value of category
- setCorrection() : void
- setDetail() : self
- Set the value of detail
- setEntryId() : self
- Set the value of entryId
- setFixable() : void
Properties
$category
private
string|null
$category
$correction
private
mixed
$correction
$detail
private
string|null
$detail
$entryId
private
int
$entryId
$fixable
private
bool|null
$fixable
Methods
getCategory()
Get the value of category
public
getCategory() : string
Return values
stringgetCorrection()
public
getCorrection() : mixed
getDetail()
Get the value of detail
public
getDetail() : string
Return values
stringgetEntryId()
Get the value of entryId
public
getEntryId() : int
Return values
intgetFixable()
public
getFixable() : bool|null
Return values
bool|nulljsonSerialize()
public
jsonSerialize() : array<string|int, mixed>
Return values
array<string|int, mixed>setCategory()
Set the value of category
public
setCategory(string|null $category) : self
Parameters
- $category : string|null
Return values
selfsetCorrection()
public
setCorrection(mixed $correction) : void
Parameters
- $correction : mixed
setDetail()
Set the value of detail
public
setDetail(string|null $detail) : self
Parameters
- $detail : string|null
Return values
selfsetEntryId()
Set the value of entryId
public
setEntryId(int $entryId) : self
Parameters
- $entryId : int
Return values
selfsetFixable()
public
setFixable(bool|null $fixable) : void
Parameters
- $fixable : bool|null