Lines Matching defs:filename
132 * @param string $filename optional the filename where a recent version of the feed is saved. If not
133 * specified, the filename is $_SERVER["SCRIPT_NAME"] with the extension changed to
138 public function saveFeed($format = "RSS0.91", $filename = "", $displayContents = true)
141 $this->_feed->saveFeed($filename, $displayContents);
153 * @param string $filename optional the filename where a recent version of the feed is saved. If not specified, the
154 * filename is $_SERVER["SCRIPT_NAME"] with the extension changed to .xml (see
159 public function useCached($format = "RSS0.91", $filename = "", $timeout = 3600)
162 $this->_feed->useCached($filename, $timeout);