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