Saves this feed as a file on the local disk. After the file is saved, a redirect header may be sent to redirect the user to the newly created file.
- Since:
- 1.4
- Parameters:
-
| filename | string optional the filename where a recent version of the feed is saved. If not specified, the filename is $_SERVER["PHP_SELF"] with the extension changed to .xml (see _generateFilename()). |
| redirect | boolean optional send an HTTP redirect header or not. If true, the user will be automatically redirected to the created file. |
Definition at line 869 of file class_feedcreator.inc.php.
References _generateFilename(), _redirect(), and createFeed().
Here is the call graph for this function: