Feed utility class
Base Zend_Feed class, containing constants and the Zend_Http_Client instance accessor.
Located in /Zend/Feed.php (line 54)
HTTP client object to use for retrieving feeds
Override HTTP PUT and DELETE request methods?
Attempts to find feeds at $uri referenced by <link ... /> tags. Returns an array of the feeds referenced at $uri.
Gets the HTTP client object.
Get the HTTP override state
Imports a feed located at $uri.
Imports a feed from a file located at $filename.
Imports a feed represented by $string.
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.
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().
Set the HTTP client instance
Sets the HTTP client object to use for retrieving the feeds. If none is set, the default Zend_Http_Client will be used.
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 Thu, 18 Jan 2007 09:53:25 -0800 by phpDocumentor 1.3.1