
Public Member Functions | |
| characterDataHandler ($parser, $data) | |
| endElementHandler ($parser, $name) | |
| get_rss_module ($rss_id) | |
| get_rss_module_id ($name) | |
| get_rss_show_pub_date ($rss_id) | |
| get_rss_show_title ($rss_id) | |
| get_short_desc ($text) | |
| get_short_descs ($items, $length=1) | |
| list_rss_modules ($offset, $max_records, $sort_mode, $find) | |
| parse_feeds ($pParamHash) | |
| refresh_rss_module ($rss_id) | |
| remove_rss_module ($rss_id) | |
| replace_rss_module ($rss_id, $name, $description, $url, $refresh, $show_title, $show_pub_date) | |
| rss_iconv ($xmlstr, $tencod="UTF-8") | |
| rss_module_name_exists ($name) | |
| RSSLib () | |
| startElementHandler ($parser, $name, $attribs) | |
Definition at line 18 of file rss_lib.php.
| RSSLib::characterDataHandler | ( | $ | parser, | |
| $ | data | |||
| ) |
| RSSLib::endElementHandler | ( | $ | parser, | |
| $ | name | |||
| ) |
Definition at line 110 of file rss_lib.php.
| RSSLib::get_rss_module | ( | $ | rss_id | ) |
Definition at line 85 of file rss_lib.php.
References $query, $result, $ret, FALSE, and mDb.
Referenced by parse_feeds(), and refresh_rss_module().
| RSSLib::get_rss_module_id | ( | $ | name | ) |
| RSSLib::get_rss_show_pub_date | ( | $ | rss_id | ) |
| RSSLib::get_rss_show_title | ( | $ | rss_id | ) |
| RSSLib::get_short_desc | ( | $ | text | ) |
| RSSLib::get_short_descs | ( | $ | items, | |
| $ | length = 1 | |||
| ) |
Definition at line 363 of file rss_lib.php.
References $item, $items, $shortdescs, and get_short_desc().
Here is the call graph for this function:

| RSSLib::list_rss_modules | ( | $ | offset, | |
| $ | max_records, | |||
| $ | sort_mode, | |||
| $ | find | |||
| ) |
Definition at line 23 of file rss_lib.php.
References $find, $max_records, $mid, $offset, $query, $res, $result, $ret, $sort_mode, and mDb.
| RSSLib::parse_feeds | ( | $ | pParamHash | ) |
Definition at line 385 of file rss_lib.php.
References $feed, $items, $pParamHash, bit_log_error(), FALSE, get_rss_module(), url, and BitBase::verifyId().
Here is the call graph for this function:

| RSSLib::refresh_rss_module | ( | $ | rss_id | ) |
Definition at line 209 of file rss_lib.php.
References $data, $gBitSystem, $info, $now, $query, $result, bit_http_request(), get_rss_module(), mDb, rss_iconv(), and url.
Here is the call graph for this function:

| RSSLib::remove_rss_module | ( | $ | rss_id | ) |
| RSSLib::replace_rss_module | ( | $ | rss_id, | |
| $ | name, | |||
| $ | description, | |||
| $ | url, | |||
| $ | refresh, | |||
| $ | show_title, | |||
| $ | show_pub_date | |||
| ) |
Definition at line 52 of file rss_lib.php.
References $description, $query, $refresh, $result, $ret, $url, FALSE, and mDb.
| RSSLib::rss_iconv | ( | $ | xmlstr, | |
| $ | tencod = "UTF-8" | |||
| ) |
| RSSLib::rss_module_name_exists | ( | $ | name | ) |
| RSSLib::RSSLib | ( | ) |
Definition at line 19 of file rss_lib.php.
References BitBase::BitBase().
Here is the call graph for this function:

| RSSLib::startElementHandler | ( | $ | parser, | |
| $ | name, | |||
| $ | attribs | |||
| ) |
Definition at line 100 of file rss_lib.php.
1.5.2