PHP Class eZ\Publish\Core\REST\Server\Values\RelationList

Inheritance: extends eZ\Publish\Core\REST\Common\Value
Show file Open project: ezsystems/ezpublish-kernel

Public Properties

Property Type Description
$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.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$contentId public property

Content ID to which this relation belongs to.
public mixed $contentId
return mixed

$path public property

Path used to load the list of relations.
public string $path
return string

$relations public property

Relations.
public Relation[],eZ\Publish\API\Repository\Values\Content $relations
return eZ\Publish\API\Repository\Values\Content\Relation[]

$versionNo public property

Version number to which this relation belongs to.
public mixed $versionNo
return mixed