Home
last modified time | relevance | path

Searched refs:saveFeed (Results 1 – 3 of 3) sorted by path

/dokuwiki/vendor/openpsa/universalfeedcreator/
H A DREADME.md58 echo $rss->saveFeed("RSS1.0", "news/feed.xml");
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DFeedCreator.php260 public function saveFeed($filename = "", $displayContents = true)
257 public function saveFeed($filename = "", $displayContents = true) global() function in FeedCreator
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php138 public function saveFeed($format = "RSS0.91", $filename = "", $displayContents = true)
141 $this->_feed->saveFeed($filename, $displayContents);
134 public function saveFeed($format = "RSS0.91", $filename = "", $displayContents = true) global() function in UniversalFeedCreator