PHP Класс eZ\Publish\Core\FieldType\Relation\Value

Наследование: extends eZ\Publish\Core\FieldType\Value
Показать файл Открыть проект

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

Свойство Тип Описание
$destinationContentId mixed | null Related content.

Открытые методы

Метод Описание
__construct ( mixed $destinationContentId = null ) Construct a new Value object and initialize it $destinationContent.
__toString ( ) Returns the related content's name.

Описание методов

__construct() публичный Метод

Construct a new Value object and initialize it $destinationContent.
public __construct ( mixed $destinationContentId = null )
$destinationContentId mixed Content id the relation is to

__toString() публичный Метод

Returns the related content's name.
См. также: eZ\Publish\Core\FieldType\Value
public __toString ( )

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

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

Related content.
public mixed|null $destinationContentId
Результат mixed | null