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

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.
$relation eZ\Publish\API\Repository\Values\Content\Relation A relation.
$versionNo mixed Version number to which this relation belongs to.

Public Methods

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

Method Details

__construct() public method

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

Property Details

$contentId public property

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

$relation public property

A relation.
public Relation,eZ\Publish\API\Repository\Values\Content $relation
return eZ\Publish\API\Repository\Values\Content\Relation

$versionNo public property

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