PHP Class eZ\Publish\Core\Search\Elasticsearch\Content\Document

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Datei anzeigen Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$fields eZ\Publish\SPI\Search\Field[] An array of fields describing a document.
$id integer | string Id of a document.
$type string Type of a document.

Property Details

$fields public_oe property

An array of fields describing a document.
public Field[],eZ\Publish\SPI\Search $fields
return eZ\Publish\SPI\Search\Field[]

$id public_oe property

Id of a document.
public int|string $id
return integer | string

$type public_oe property

Type of a document.
public string $type
return string