function CMISService::createRelationship in CMIS API 6.3
Same name and namespace in other branches
- 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::createRelationship()
- 7 cmis_common/lib/cmis_repository_wrapper.php \CMISService::createRelationship()
File
- cmis_common/
lib/ cmis_repository_wrapper.php, line 754
Class
Code
function createRelationship() {
// Not in first Release
throw Exception("Not Implemented");
}