Home
last modified time | relevance | path

Searched refs:raw_text (Results 1 – 1 of 1) sorted by relevance

/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DRawTextResponse.php23 private $raw_text; variable in SimplePie\\HTTP\\RawTextResponse
40 public function __construct(string $raw_text, string $filepath) argument
42 $this->raw_text = $raw_text;
96 return $this->raw_text;