eZ\Publish\Core\REST\Server\Values\RestRelation::__construct PHP Method

__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
    public function __construct(Relation $relation, $contentId, $versionNo)
    {
        $this->relation = $relation;
        $this->contentId = $contentId;
        $this->versionNo = $versionNo;
    }
RestRelation