Methods summary
public static
Horde_Feed_Base
|
#
create( DOMDocument $doc, mixed $uri = null )
Create a Feed object based on a DOMDocument.
Create a Feed object based on a DOMDocument.
Parameters
- $doc
- The DOMDocument object to import.
- $uri
-
Returns
Throws
|
public static
Horde_Feed_Base
|
#
read( string $string, string $uri = null )
Reads a feed represented by $string.
Reads a feed represented by $string.
Parameters
- $string
- The XML content of the feed.
- $uri
- The feed's URI location, if known.
Returns
Throws
|
public static
Horde_Feed_Base
|
#
readUri( string $uri, Horde_Http_Client $httpclient = null )
Read a feed located at $uri
Read a feed located at $uri
Parameters
- $uri
- The URI to fetch the feed from.
- $httpclient
- The HTTP client to use.
Returns
Throws
|
public static
Horde_Feed_Base
|
#
readFile( string $filename )
Read a feed from $filename
Read a feed from $filename
Parameters
- $filename
- <p>The location of the feed file on an accessible
filesystem or through an available stream wrapper.</p>
Returns
Throws
|