Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.

__call(
$method, $args
)
:
void
Name | Type | Description |
---|---|---|
$method | ||
$args |

__construct(
\DOMDocument $dom, string $type
=
null
)
:
void
Constructor
Name | Type | Description |
---|---|---|
$dom | \DOMDocument | |
$type | string |

count(
)
:
int
Get the number of feed entries.
Inherited from: \Zend_Feed_Reader_FeedAbstract::count()Required by the Iterator interface.
Type | Description |
---|---|
int |

current(
)
:
\Zend_Feed_Reader_EntryInterface
Return the current entry
Inherited from: \Zend_Feed_Reader_FeedAbstract::current()Type | Description |
---|---|
\Zend_Feed_Reader_EntryInterface |

getAuthor(
int $index
=
0
)
:
string|null
Get a single author
Name | Type | Description |
---|---|---|
$index | int |
Type | Description |
---|---|
stringnull |

getCategories(
)
:
\Zend_Feed_Reader_Collection_Category
Get all categories
Type | Description |
---|---|
\Zend_Feed_Reader_Collection_Category |

getDomDocument(
)
:
\DOMDocument
Get the DOM
Inherited from: \Zend_Feed_Reader_FeedAbstract::getDomDocument()Type | Description |
---|---|
\DOMDocument |

getElement(
)
:
\DOMElement
Get the DOMElement representing the items/feed element
Inherited from: \Zend_Feed_Reader_FeedAbstract::getElement()Type | Description |
---|---|
\DOMElement |

getEncoding(
)
:
string
Get the Feed's encoding
Inherited from: \Zend_Feed_Reader_FeedAbstract::getEncoding()Type | Description |
---|---|
string |

getExtension(
string $name
)
:
\Zend_Feed_Reader_Extension_FeedAbstract
Return an Extension object with the matching name (postfixed with _Feed)
Inherited from: \Zend_Feed_Reader_FeedAbstract::getExtension()Name | Type | Description |
---|---|---|
$name | string |
Type | Description |
---|---|
\Zend_Feed_Reader_Extension_FeedAbstract |

getHubs(
)
:
array|null
Get an array of any supported Pusubhubbub endpoints
Type | Description |
---|---|
arraynull |

getLastBuildDate(
)
:
string|null
Get the feed lastBuild date. This is not implemented in Atom.
Type | Description |
---|---|
stringnull |

getOriginalSourceUri(
)
:
string|null
Get an original source URI for the feed being parsed. Returns null if unset or the feed was not imported from a URI.
Inherited from: \Zend_Feed_Reader_FeedAbstract::getOriginalSourceUri()Type | Description |
---|---|
stringnull |

getType(
)
:
string
Get the feed type
Inherited from: \Zend_Feed_Reader_FeedAbstract::getType()Type | Description |
---|---|
string |

getXpath(
)
:
\DOMXPath
Get the DOMXPath object for this feed
Inherited from: \Zend_Feed_Reader_FeedAbstract::getXpath()Type | Description |
---|---|
\DOMXPath |

key(
)
:
\unknown
Return the current feed key
Inherited from: \Zend_Feed_Reader_FeedAbstract::key()Type | Description |
---|---|
\unknown |

rewind(
)
:
void
Reset the pointer in the feed object
Inherited from: \Zend_Feed_Reader_FeedAbstract::rewind()
saveXml(
)
:
string
Get feed as xml
Inherited from: \Zend_Feed_Reader_FeedAbstract::saveXml()Type | Description |
---|---|
string |

setOriginalSourceUri(
string $uri
)
:
void
Set an original source URI for the feed being parsed. This value is returned from getFeedLink() method if the feed does not carry a self-referencing URI.
Inherited from: \Zend_Feed_Reader_FeedAbstract::setOriginalSourceUri()Name | Type | Description |
---|---|---|
$uri | string |

valid(
)
:
boolean
Check to see if the iterator is still valid
Inherited from: \Zend_Feed_Reader_FeedAbstract::valid()Type | Description |
---|---|
boolean |