You are here

function CMISService::createRelationship in CMIS API 7

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 871

Class

CMISService

Code

function createRelationship() {

  // Not in first Release
  throw Exception("Not Implemented");
}