Result = $stream->Result; $this->MimeType = $stream->MimeType; } public function __toString() { return $this->Result; } }