-
#[AllowDynamicProperties]
Table of Contents
Interfaces
- DocumentInterface
Properties
-
$id
: mixed
-
$language
: mixed
-
$noCreate
: mixed
-
$noSave
: mixed
-
$partial
: mixed
-
$payload
: mixed
-
$replace
: mixed
-
$score
: mixed
Methods
-
__construct()
: mixed
-
getDefinition()
: array<string|int, mixed>
-
getHashDefinition()
: array<string|int, mixed>
-
getId()
: string
-
getLanguage()
: mixed
-
getPayload()
: mixed
-
getScore()
: float
-
isNoCreate()
: bool
-
isNoSave()
: bool
-
isPartial()
: bool
-
isReplace()
: bool
-
setId()
: mixed
-
setLanguage()
: mixed
-
setNoCreate()
: Document
-
setNoSave()
: Document
-
setPartial()
: Document
-
setPayload()
: mixed
-
setReplace()
: Document
-
setScore()
: mixed
$id
protected
mixed
$id
$language
protected
mixed
$language
$noCreate
protected
mixed
$noCreate
= false
$noSave
protected
mixed
$noSave
= false
$partial
protected
mixed
$partial
= false
$payload
protected
mixed
$payload
$replace
protected
mixed
$replace
= false
$score
protected
mixed
$score
= 1.0
__construct()
public
__construct([mixed $id = null ]) : mixed
Parameters
-
$id
: mixed
= null
-
getDefinition()
public
getDefinition() : array<string|int, mixed>
Return values
array<string|int, mixed>
getHashDefinition()
public
getHashDefinition() : array<string|int, mixed>
Return values
array<string|int, mixed>
getId()
public
getId() : string
getLanguage()
public
getLanguage() : mixed
getPayload()
public
getPayload() : mixed
getScore()
public
getScore() : float
isNoCreate()
public
isNoCreate() : bool
isNoSave()
public
isNoSave() : bool
isPartial()
public
isPartial() : bool
isReplace()
public
isReplace() : bool
setId()
public
setId(string $id) : mixed
Parameters
-
$id
: string
-
setLanguage()
public
setLanguage(mixed $language) : mixed
Parameters
-
$language
: mixed
-
setNoCreate()
public
setNoCreate(bool $noCreate) : Document
Parameters
-
$noCreate
: bool
-
setNoSave()
public
setNoSave(bool $noSave) : Document
Parameters
-
$noSave
: bool
-
setPartial()
public
setPartial(bool $partial) : Document
Parameters
-
$partial
: bool
-
setPayload()
public
setPayload(mixed $payload) : mixed
Parameters
-
$payload
: mixed
-
setReplace()
public
setReplace(bool $replace) : Document
Parameters
-
$replace
: bool
-
setScore()
public
setScore(float $score) : mixed
Parameters
-
$score
: float
-