You are here

function CMISService::getACL in CMIS API 6.4

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 886

Class

CMISService

Code

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