PHP Class FeedWordPressFeedsPage, feedwordpress

Inheritance: extends FeedWordPressAdminPage
Mostrar archivo Open project: radgeek/feedwordpress Class Usage Examples

Public Properties

Property Type Description
$HTTPStatusMessages
$special_settings
$updatedPosts

Public Methods

Method Description
__construct ( mixed $link ) Constructs the Feeds page object
advanced_settings_box ( $page, $box = NULL )
ajax_interface_js ( ) * FeedWordPressFeedsPage::display()
custom_settings_box ( $page, $box = NULL ) * FeedWordPressFeedsPage::feed_information_box()
display ( ) * FeedWordPressFeedsPage constructor
display_alt_feed_box ( $lookup, $params = false ) * FeedWordPressFeedsPage::display_feedfinder()
display_authentication_credentials_box ( $params = [] ) * FeedWordPressFeedsPage::advanced_settings_box ()
display_feedfinder ( )
feed_information_box ( $page, $box = NULL )
fetch_timeout_setting ( $setting, $defaulted, $params ) * FeedWordPressFeedsPage::update_window_currently ()
fetch_timeout_setting_value ( $setting, $defaulted, $params )
global_feeds_box ( $page, $box = NULL ) *static
save_settings ( $post ) * FeedWordPressFeedsPage::display_alt_feed_box()
update_window_currently ( $updateWindow, $defaulted, $params ) * FeedWordPressFeedsPage::update_window_edit_box ()
update_window_edit_box ( $updateWindow, $defaulted, $params ) * FeedWordPressFeedsPage::global_feeds_box()
updated_posts_box ( $page, $box = NULL ) *static
url_for_401 ( $err )

Method Details

__construct() public method

Constructs the Feeds page object
public __construct ( mixed $link )
$link mixed An object of class {@link SyndicatedLink} if created for one feed's settings, NULL if created for global default settings

advanced_settings_box() public method

public advanced_settings_box ( $page, $box = NULL )

ajax_interface_js() public method

* FeedWordPressFeedsPage::display()
public ajax_interface_js ( )

custom_settings_box() public method

* FeedWordPressFeedsPage::feed_information_box()
public custom_settings_box ( $page, $box = NULL )

display() public method

* FeedWordPressFeedsPage constructor
public display ( )

display_alt_feed_box() public method

* FeedWordPressFeedsPage::display_feedfinder()
public display_alt_feed_box ( $lookup, $params = false )

display_authentication_credentials_box() public method

* FeedWordPressFeedsPage::advanced_settings_box ()
public display_authentication_credentials_box ( $params = [] )

display_feedfinder() public method

public display_feedfinder ( )

feed_information_box() public method

public feed_information_box ( $page, $box = NULL )

fetch_timeout_setting() public method

* FeedWordPressFeedsPage::update_window_currently ()
public fetch_timeout_setting ( $setting, $defaulted, $params )

fetch_timeout_setting_value() public method

public fetch_timeout_setting_value ( $setting, $defaulted, $params )

global_feeds_box() public method

*static
public global_feeds_box ( $page, $box = NULL )

save_settings() public method

* FeedWordPressFeedsPage::display_alt_feed_box()
public save_settings ( $post )

update_window_currently() public method

* FeedWordPressFeedsPage::update_window_edit_box ()
public update_window_currently ( $updateWindow, $defaulted, $params )

update_window_edit_box() public method

* FeedWordPressFeedsPage::global_feeds_box()
public update_window_edit_box ( $updateWindow, $defaulted, $params )

updated_posts_box() public method

*static
public updated_posts_box ( $page, $box = NULL )

url_for_401() public method

public url_for_401 ( $err )

Property Details

$HTTPStatusMessages public_oe property

public $HTTPStatusMessages

$special_settings public_oe property

public $special_settings

$updatedPosts public_oe property

public $updatedPosts