You are here

function CMISRepositoryWrapper::getLastRequestContentTypeSent in CMIS API 6.4

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

File

cmis_common/lib/cmis_repository_wrapper.php, line 140

Class

CMISRepositoryWrapper

Code

function getLastRequestContentTypeSent() {
  return $this->last_request->content_type_sent;
}