FeedCreator::_generateFilename (  ) 

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

Returns:
string the feed cache filename
Since:
1.4 private

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:


Generated on Sun Mar 4 17:19:53 2007 for streber by  doxygen 1.5.1-p1