Generate a filename for the feed cache file. The result will be $_SERVER["PHP_SELF"] with the extension changed to .xml. For example: echo $_SERVER["PHP_SELF"]."\n"; echo FeedCreator::_generateFilename(); would produce: /rss/latestnews.php latestnews.xml
Reimplemented in KMLCreator, MBOXCreator, HTMLCreator, and JSCreator. Definition at line 806 of file class_feedcreator.inc.php. Referenced by saveFeed(), and useCached(). Here is the caller graph for this function: ![]()
|
1.5.1-p1