PHP Класс eZ\Publish\Core\Search\Legacy\Content\FullTextData

Наследование: extends eZ\Publish\API\Repository\Values\ValueObject
Показать файл Открыть проект

Открытые свойства

Свойство Тип Описание
$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).

Описание свойств

$contentTypeId публичное свойство

Content object content type Id.
public int $contentTypeId
Результат integer

$id публичное свойство

Content object Id.
public int $id
Результат integer

$published публичное свойство

Content object publication timestamp.
public int $published
Результат integer

$sectionId публичное свойство

Content object section Id.
public int $sectionId
Результат integer

$values публичное свойство

List of FullTextValue objects corresponding to content object fields (per translation).
public FullTextValue[];,eZ\Publish\Core\Search\Legacy\Content $values
Результат FullTextValue[];