eZ\Publish\Core\REST\Client\Values\ContentType\ContentTypeDraft::__construct PHP Method

__construct() public method

Creates a new draft with $innerContentType.
public __construct ( eZ\Publish\API\Repository\Values\ContentType\ContentType $innerContentType )
$innerContentType eZ\Publish\API\Repository\Values\ContentType\ContentType
    public function __construct(Values\ContentType\ContentType $innerContentType)
    {
        $this->innerContentType = $innerContentType;
    }