eZ\Publish\Core\REST\Client\ContentTypeService::createContentTypeDraft PHP Метод

createContentTypeDraft() публичный Метод

This is a complete copy of the content type which has the state STATUS_DRAFT.
public createContentTypeDraft ( eZ\Publish\API\Repository\Values\ContentType\ContentType $contentType ) : eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft
$contentType eZ\Publish\API\Repository\Values\ContentType\ContentType
Результат eZ\Publish\API\Repository\Values\ContentType\ContentTypeDraft
    public function createContentTypeDraft(ContentType $contentType)
    {
        throw new \RuntimeException('@todo: Implement.');
    }