Home
last modified time | relevance | path

Searched refs:displayContents (Results 1 – 2 of 2) sorted by last modified time

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