public function cmisStreamAsString::getStream in CMIS API 7
Get the stream represented by this object.
Return value
A handle the stream passed in in constructor.
File
- cmis_common/
cmis_common.module, line 146
Class
- cmisStreamAsString
- A class to hold a reference to a stream, but that can pretend to be a string.
Code
public function getStream() {
return $this->stream;
}