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

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

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

Свойство Тип Описание
$contentId mixed Content ID to which this relation belongs to.
$path string Path used to load the list of relations.
$relations eZ\Publish\API\Repository\Values\Content\Relation[] Relations.
$versionNo mixed Version number to which this relation belongs to.

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

Метод Описание
__construct ( array $relations, mixed $contentId, mixed $versionNo, string $path = null ) Construct.

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

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

Construct.
public __construct ( array $relations, mixed $contentId, mixed $versionNo, string $path = null )
$relations array
$contentId mixed
$versionNo mixed
$path string

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

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

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

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

Path used to load the list of relations.
public string $path
Результат string

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

Relations.
public Relation[],eZ\Publish\API\Repository\Values\Content $relations
Результат eZ\Publish\API\Repository\Values\Content\Relation[]

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

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