You are here

function CMISRepositoryWrapper::getLastRequestContentLength in CMIS API 6.4

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 128

Class

CMISRepositoryWrapper

Code

function getLastRequestContentLength() {
  return $this->last_request->content_length;
}