You are here

function CMISService::cancelCheckOut in CMIS API 7

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 973

Class

CMISService

Code

function cancelCheckOut() {
  throw Exception("Not Implemented");
}