You are here

function CMISService::getTypeChildren in CMIS API 6.4

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 436

Class

CMISService

Code

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