Objects of class SyndicatedLink represent a source from which FeedWordPress syndicates posts. The class includes both methods to retrieve information about the feed, and also methods to carry out certain actions (such as polling a feed for new or updated posts).
Interface
class SyndicatedLink {
function SyndicatedLink ($link); // constructor
function found ();
function setting ($name, $fallback_global = NULL, $fallback_value = NULL);
function hardcode ($what);
function syndicated_status ($what, $default, $fallback = true);
function save_settings ($reload = false);
function uri ();
function homepage ($fromFeed = true);
function name ($fromFeed = true);
function poll ($crash_ts = NULL);
function stale ();
function ttl ();
function set_uri ($url);
function map_name_to_new_user ($name, $newuser_name);
}