PHP Class eZ\Publish\Core\Search\Legacy\Content\FullTextData

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

Public Properties

Property Type Description
$contentTypeId integer Content object content type Id.
$id integer Content object Id.
$published integer Content object publication timestamp.
$sectionId integer Content object section Id.
$values FullTextValue[]; List of FullTextValue objects corresponding to content object fields (per translation).

Property Details

$contentTypeId public_oe property

Content object content type Id.
public int $contentTypeId
return integer

$id public_oe property

Content object Id.
public int $id
return integer

$published public_oe property

Content object publication timestamp.
public int $published
return integer

$sectionId public_oe property

Content object section Id.
public int $sectionId
return integer

$values public_oe property

List of FullTextValue objects corresponding to content object fields (per translation).
public FullTextValue[];,eZ\Publish\Core\Search\Legacy\Content $values
return FullTextValue[];