function CMISService::getRepositoryInfo in CMIS API 6.3
Same name and namespace in other branches
- 6.4 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getRepositoryInfo()
- 7 cmis_common/lib/cmis_repository_wrapper.php \CMISService::getRepositoryInfo()
File
- cmis_common/
lib/ cmis_repository_wrapper.php, line 432
Class
Code
function getRepositoryInfo() {
return $this->workspace;
}