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

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

Public Properties

Property Type Description
$fieldDefinitionId integer Content object field definition id.
$fieldDefinitionIdentifier string Content object field identifier.
$id integer Content object field Id.
$languageCode string
$value string Searchable value.

Property Details

$fieldDefinitionId public property

Content object field definition id.
public int $fieldDefinitionId
return integer

$fieldDefinitionIdentifier public property

Content object field identifier.
public string $fieldDefinitionIdentifier
return string

$id public property

Content object field Id.
public int $id
return integer

$languageCode public property

public string $languageCode
return string

$value public property

Searchable value.
public string $value
return string