Home
last modified time | relevance | path

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

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
DUniversalFeedCreator.php135 …* @param boolean $displayContents optional send the content of the file or not. If true, the fi…
138 public function saveFeed($format = "RSS0.91", $filename = "", $displayContents = true) argument
141 $this->_feed->saveFeed($filename, $displayContents);
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
DFeedCreator.php257 …* @param bool $displayContents optional send an HTTP redirect header or not. If true, the user …
260 public function saveFeed($filename = "", $displayContents = true) argument
269 if ($displayContents) {