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