Lines Matching defs:format
4 * format to build.
17 * @param string $format
19 protected function _setFormat($format)
21 switch (strtoupper((string) $format)) {
24 $this->format = $format;
34 $this->format = $format;
60 $this->format = $format;
113 * @param string $format format the feed should comply to. Valid values are:
117 public function createFeed($format = "RSS0.91")
119 $this->_setFormat($format);
129 * @param string $format format the feed should comply to. Valid values are:
138 public function saveFeed($format = "RSS0.91", $filename = "", $displayContents = true)
140 $this->_setFormat($format);
151 * @param string $format format the feed should comply to. Valid values are:
159 public function useCached($format = "RSS0.91", $filename = "", $timeout = 3600)
161 $this->_setFormat($format);