Home
last modified time | relevance | path

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

/dokuwiki/_test/tests/Feed/
H A DFeedMediaProcessorTest.php78 $doc->html($proc->getBody('diff'));
83 $doc->html($proc->getBody('htmldiff'));
88 $doc->html($proc->getBody('html'));
/dokuwiki/vendor/simplepie/simplepie/src/HTTP/
H A DPsr7Response.php89 return $this->response->getBody()->__toString();
/dokuwiki/inc/Feed/
H A DFeedItemProcessor.php91 abstract public function getBody($content); function in dokuwiki\\Feed\\FeedItemProcessor
H A DFeedMediaProcessor.php42 public function getBody($content) function in dokuwiki\\Feed\\FeedMediaProcessor
H A DFeedPageProcessor.php35 public function getBody($content) function in dokuwiki\\Feed\\FeedPageProcessor
H A DFeedCreator.php90 $item->description = $proc->getBody($this->options->get('item_content'));
/dokuwiki/_test/core/
H A DphpQuery-onefile.php5177 $data = self::httpData($response->getBody(), $options['dataType'], $options);