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

__construct() public method

Construct.
public __construct ( array $relations, mixed $contentId, mixed $versionNo, string $path = null )
$relations array
$contentId mixed
$versionNo mixed
$path string
    public function __construct(array $relations, $contentId, $versionNo, $path = null)
    {
        $this->relations = $relations;
        $this->contentId = $contentId;
        $this->versionNo = $versionNo;
        $this->path = $path;
    }
RelationList