Bånder

Document
in package
implements DocumentInterface

Attributes
#[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

Properties

$noCreate

protected mixed $noCreate = false

$partial

protected mixed $partial = false

$replace

protected mixed $replace = false

Methods

__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
Return values
string

getLanguage()

public getLanguage() : mixed

getPayload()

public getPayload() : mixed

getScore()

public getScore() : float
Return values
float

isNoCreate()

public isNoCreate() : bool
Return values
bool

isNoSave()

public isNoSave() : bool
Return values
bool

isPartial()

public isPartial() : bool
Return values
bool

isReplace()

public isReplace() : bool
Return values
bool

setId()

public setId(string $id) : mixed
Parameters
$id : string

setLanguage()

public setLanguage(mixed $language) : mixed
Parameters
$language : mixed

setPayload()

public setPayload(mixed $payload) : mixed
Parameters
$payload : mixed

setScore()

public setScore(float $score) : mixed
Parameters
$score : float

        
On this page

Search results