Home
last modified time | relevance | path

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

/dokuwiki/vendor/simplepie/simplepie/src/
H A DItem.php242 $this->get_permalink().$this->get_title().$this->get_content()
284 * To prefer full content instead, use {@see get_content}
323 return $this->get_content(true);
343 public function get_content($content_only = false) function in SimplePie\\Item
/dokuwiki/vendor/simplepie/simplepie/
H A DCHANGELOG.md221 * Check the result of sanitize before returning in `get_content()` and `get_description()`. [#494](https://github.com/simplepie/simplepie/pull/494)