Zend_FeedFeed utility class
Base Zend_Feed class, containing constants and the Zend_Http_Client instance accessor.
Located in /Feed.php (line 35)
static Zend_Feed_Abstract
importBuilder
(Zend_Feed_Builder_Interface $builder, [string $format = 'atom'])
static Zend_Http_Client
$_httpClient
= null (line 43)
HTTP client object to use for retrieving feeds
static boolean
$_httpMethodOverride
= false (line 50)
Override HTTP PUT and DELETE request methods?
static array
$_namespaces
= array(
static findFeeds (line 286)
Attempts to find feeds at $uri referenced by <link ... /> tags. Returns an array of the feeds referenced at $uri.
static getHttpClient (line 81)
Gets the HTTP client object. If none is set, a new Zend_Http_Client will be used.
static getHttpMethodOverride (line 119)
Get the HTTP override state
static import (line 167)
Imports a feed located at $uri.
static importArray (line 380)
Construct a new Zend_Feed_Abstract object from a custom array
static importBuilder (line 402)
Construct a new Zend_Feed_Abstract object from a Zend_Feed_Builder_Interface data source
static importFile (line 260)
Imports a feed from a file located at $filename.
static importString (line 191)
Imports a feed represented by $string.
static lookupNamespace (line 135)
Get the full version of a namespace prefix
Looks up a prefix (atom:, etc.) in the list of registered namespaces and returns the full namespace URI if available. Returns the prefix, unmodified, if it's not registered.
static registerNamespace (line 154)
Add a namespace and prefix to the registered list
Takes a prefix and a full namespace URI and adds them to the list of registered namespaces for use by Zend_Feed::lookupNamespace().
static setHttpClient (line 70)
Set the HTTP client instance
Sets the HTTP client object to use for retrieving the feeds.
static setHttpMethodOverride (line 108)
Toggle using POST instead of PUT and DELETE HTTP methods
Some feed implementations do not accept PUT and DELETE HTTP methods, or they can't be used because of proxies or other measures. This allows turning on using POST where PUT and DELETE would normally be used; in addition, an X-Method-Override header will be sent with a value of PUT or DELETE as appropriate.
Documentation generated on Mon, 21 Jun 2010 15:22:18 -0400 by phpDocumentor 1.4.3