
Public Member Functions | |
| _generateFilename () | |
| createFeed () | |
| MBOXCreator () | |
| qp_enc ($input="", $line_max=76) | |
Definition at line 1130 of file feedcreator.class.php.
| MBOXCreator::_generateFilename | ( | ) |
Generate a filename for the feed cache file. Overridden from FeedCreator to prevent XML data types.
Reimplemented from FeedCreator.
Definition at line 1203 of file feedcreator.class.php.
References $_SERVER.
| MBOXCreator::createFeed | ( | ) |
Builds the MBOX contents.
Reimplemented from FeedCreator.
Definition at line 1172 of file feedcreator.class.php.
References $body, $feed, $i, author, date, description, FeedCreator::iTrunc(), qp_enc(), and title.
Here is the call graph for this function:

| MBOXCreator::MBOXCreator | ( | ) |
Definition at line 1132 of file feedcreator.class.php.
| MBOXCreator::qp_enc | ( | $ | input = "", |
|
| $ | line_max = 76 | |||
| ) |
Definition at line 1137 of file feedcreator.class.php.
References $c, $i, $lines, and $output.
Referenced by createFeed().
1.5.2