You are here

function CMISService::createPolicy in CMIS API 6.3

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 758

Class

CMISService

Code

function createPolicy() {

  // Not in first Release
  throw Exception("Not Implemented");
}