PHP Класс eZ\Publish\Core\REST\Server\Values\RestRelation

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

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

Свойство Тип Описание
$contentId mixed Content ID to which this relation belongs to.
$relation eZ\Publish\API\Repository\Values\Content\Relation A relation.
$versionNo mixed Version number to which this relation belongs to.

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

Метод Описание
__construct ( eZ\Publish\API\Repository\Values\Content\Relation $relation, mixed $contentId, mixed $versionNo )

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

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

public __construct ( eZ\Publish\API\Repository\Values\Content\Relation $relation, mixed $contentId, mixed $versionNo )
$relation eZ\Publish\API\Repository\Values\Content\Relation
$contentId mixed
$versionNo mixed

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

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

Content ID to which this relation belongs to.
public mixed $contentId
Результат mixed

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

A relation.
public Relation,eZ\Publish\API\Repository\Values\Content $relation
Результат eZ\Publish\API\Repository\Values\Content\Relation

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

Version number to which this relation belongs to.
public mixed $versionNo
Результат mixed