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