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

Inheritance: extends eZ\Publish\API\Repository\Values\ValueObject
Show file 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 property

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

$id public property

Content object Id.
public int $id
return integer

$published public property

Content object publication timestamp.
public int $published
return integer

$sectionId public property

Content object section Id.
public int $sectionId
return integer

$values public property

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