\Amelaye\BioPHP\Domain\Database\Entity ParsedRecord

Class ParsedRecord Every parser exposes a different set of fields, so what a parser read is stored as one document rather than one table per format. A record is identified by its format and its entry identifier.

Summary

Methods
Properties
Constants
getId
getDbFormat
setDbFormat
getEntryId
setEntryId
getData
setData
getCollection
setCollection
No public properties found
No public constants found
No protected methods found
No protected properties found
No protected constants found
No private methods found
id
dbFormat
entryId
data
collection
No private constants found

Properties

$id

$id : int|null

Type

int|null —

$dbFormat

$dbFormat : string

Type

string —

$entryId

$entryId : string

Type

string —

$data

$data : array

Type

array<string|int, mixed> —

$collection

$collection : \Amelaye\BioPHP\Domain\Database\Entity\Collection|null

Type

Collection|null —

Methods

getId()

getId() : int|null

Returns

int|null —

getDbFormat()

getDbFormat() : string

Returns

string —

setDbFormat()

setDbFormat(string  $dbFormat) : void

Parameters

string $dbFormat

Returns

void —

getEntryId()

getEntryId() : string

Returns

string —

setEntryId()

setEntryId(string  $entryId) : void

Parameters

string $entryId

Returns

void —

getData()

getData() : array

Returns

array —

setData()

setData(array  $data) : void

Parameters

array $data

Returns

void —

getCollection()

getCollection() : \Amelaye\BioPHP\Domain\Database\Entity\Collection|null

Returns

\Amelaye\BioPHP\Domain\Database\Entity\Collection|null —

setCollection()

setCollection(\Amelaye\BioPHP\Domain\Database\Entity\Collection|null  $collection) : void

Parameters

\Amelaye\BioPHP\Domain\Database\Entity\Collection|null $collection

Returns

void —