You are here

function CMISService::createDocumentFromSource in CMIS API 7

Same name and namespace in other branches
  1. 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::createDocumentFromSource()
  2. 6.3 cmis_common/lib/cmis_repository_wrapper.php \CMISService::createDocumentFromSource()

File

cmis_common/lib/cmis_repository_wrapper.php, line 863

Class

CMISService

Code

function createDocumentFromSource() {

  //Yes?
  throw Exception("Not Implemented in This Binding");
}