Home
last modified time | relevance | path

Searched refs:createFeed (Results 1 – 15 of 15) sorted by last modified time

/dokuwiki/vendor/openpsa/universalfeedcreator/lib/Creator/
H A DRSSCreator091.php36 public function createFeed() function in RSSCreator091
H A DRSSCreator10.php14 public function createFeed() function in RSSCreator10
H A DFeedCreator.php174 abstract public function createFeed();
267 fputs($feedFile, $this->createFeed());
171 abstract public function createFeed(); global() function in FeedCreator
H A DHTMLCreator.php5 * location, overriding the createFeed method of the parent FeedCreator.
52 * in the function createFeed().
61 public function createFeed() function in HTMLCreator
H A DJSCreator.php5 * location, overriding the createFeed method of the parent HTMLCreator.
18 public function createFeed() function in JSCreator
20 $feed = parent::createFeed();
H A DKMLCreator.php22 public function createFeed() function in KMLCreator
H A DOPMLCreator.php22 public function createFeed() function in OPMLCreator
H A DPHPCreator.php22 public function createFeed() function in PHPCreator
H A DMBOXCreator.php66 public function createFeed() function in MBOXCreator
H A DAtomCreator03.php31 public function createFeed() function in AtomCreator03
H A DAtomCreator10.php31 public function createFeed() function in AtomCreator10
H A DPIECreator01.php23 public function createFeed() function in PIECreator01
H A DGPXCreator.php22 public function createFeed() function in GPXCreator
/dokuwiki/vendor/openpsa/universalfeedcreator/lib/
H A DUniversalFeedCreator.php117 public function createFeed($format = "RSS0.91")
121 return $this->_feed->createFeed();
113 public function createFeed($format = "RSS0.91") global() function in UniversalFeedCreator
/dokuwiki/
H A Dfeed.php