Documentation

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

Methods

jsonSerialize()

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
self

setDetail()

Set the value of detail

public setDetail(string|null $detail) : self
Parameters
$detail : string|null
Return values
self

setEntryId()

Set the value of entryId

public setEntryId(int $entryId) : self
Parameters
$entryId : int
Return values
self

        
On this page

Search results