eZ\Publish\Core\REST\Client\Input\Parser\Relation::__construct PHP Method

__construct() public method

public __construct ( eZ\Publish\API\Repository\ContentService $contentService )
$contentService eZ\Publish\API\Repository\ContentService
    public function __construct(ContentService $contentService)
    {
        $this->contentService = $contentService;
    }