Methods
1 to 12 of 12
- BP_Activity_Feed::__construct() – Constructor.
- BP_Activity_Feed::__get() – Magic method for getting a certain data variable.
- BP_Activity_Feed::__isset() – Magic method for checking the existence of a certain data variable.
- BP_Activity_Feed::__set() – Magic method for setting a certain data variable.
- BP_Activity_Feed::backpat_channel_elements() – Fire a hook to ensure backward compatibility for channel elements.
- BP_Activity_Feed::backpat_item_elements() – Fire a hook to ensure backward compatibility for item elements.
- BP_Activity_Feed::backpat_rss_attributes() – Fire a hook to ensure backward compatibility for RSS attributes.
- BP_Activity_Feed::feed_content() – Output the feed’s item content.
- BP_Activity_Feed::http_headers() – Sets various HTTP headers related to Content-Type and browser caching.
- BP_Activity_Feed::output() – Output the RSS feed.
- BP_Activity_Feed::setup_hooks() – Setup some hooks that are used in the feed.
- BP_Activity_Feed::setup_properties() – Setup and validate the class properties.