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

__construct() public method

Construct.
public __construct ( eZ\Publish\API\Repository\Values\Content\Content $content, eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType, array $relations, string $path = null )
$content eZ\Publish\API\Repository\Values\Content\Content
$contentType eZ\Publish\API\Repository\Values\ContentType\ContentType
$relations array
$path string
    public function __construct(Content $content, ContentType $contentType, array $relations, $path = null)
    {
        $this->content = $content;
        $this->contentType = $contentType;
        $this->relations = $relations;
        $this->path = $path;
    }