SyndicatedLink

Contents

[ hide ]

    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);
    }
    
    This page is a Wiki! Log in or register an account to edit.

    Leave a Reply

    Your email address will not be published. Required fields are marked *

    *

    You may use these HTML tags and attributes: <a href="" title=""> <abbr title=""> <acronym title=""> <b> <blockquote cite=""> <cite> <code> <del datetime=""> <em> <i> <q cite=""> <strike> <strong>