Searched refs:get_body_content (Results 1 – 9 of 9) sorted by relevance
108 $body = $this->file->get_body_content();129 $body = $this->file->get_body_content();163 $body = $this->file->get_body_content();188 $body = $this->file->get_body_content();
170 public function get_body_content(): string; function
94 public function get_body_content(): string function in SimplePie\\HTTP\\RawTextResponse
87 public function get_body_content(): string function in SimplePie\\HTTP\\Psr7Response
362 public function get_body_content(): string function in SimplePie\\File436 $file->body = $response->get_body_content();
76 $body = $this->file->get_body_content();
519 …ta($image_url, ['headers' => $file->get_headers(), 'body' => $file->get_body_content()], $this->ca…
2023 @$doc->loadHTML($file->get_body_content());2089 $this->raw_data = $file->get_body_content();
45 - `SimplePie\File::$body` is deprecated, use `SimplePie\File::get_body_content()` instead