function CMISService::getObjectRelationships in CMIS API 6.4
Same name and namespace in other branches
- 6.3 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getObjectRelationships()
- 7 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getObjectRelationships()
File
- cmis_common/
lib/ cmis_repository_wrapper.php, line 857
Class
Code
function getObjectRelationships() {
// get stripped down version of object (for the links) and then get the relationships?
// Low priority -- can get all information when getting object
throw Exception("Not Implemented");
}