API Documentation

Feed/Reader/FeedInterface.php

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.

category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Feed_Reader  
version
$Id: FeedInterface.php 23953 2011-05-03 05:47:39Z ralph $  

\Zend_Feed_Reader_FeedInterface

Extends from
\Iterator
category
Zend  
copyright
Copyright (c) 2005-2011 Zend Technologies USA Inc. (http://www.zend.com)  
license
New BSD License  
package
Zend_Feed_Reader  

Methods

methodpublicgetAuthor( int $index = 0 ) : string|null

Get a single author

Parameters
Name Type Description
$index int
Returns
Type Description
stringnull
methodpublicgetAuthors( ) : array

Get an array with feed authors

Returns
Type Description
array
methodpublicgetCategories( ) : \Zend_Feed_Reader_Collection_Category

Get all categories

Returns
Type Description
\Zend_Feed_Reader_Collection_Category
methodpublicgetCopyright( ) : string|null

Get the copyright entry

Returns
Type Description
stringnull
methodpublicgetDateCreated( ) : string|null

Get the feed creation date

Returns
Type Description
stringnull
methodpublicgetDateModified( ) : string|null

Get the feed modification date

Returns
Type Description
stringnull
methodpublicgetDescription( ) : string|null

Get the feed description

Returns
Type Description
stringnull
methodpublicgetFeedLink( ) : string|null

Get a link to the XML feed

Returns
Type Description
stringnull
methodpublicgetGenerator( ) : string|null

Get the feed generator entry

Returns
Type Description
stringnull
methodpublicgetId( ) : string|null

Get the feed ID

Returns
Type Description
stringnull
methodpublicgetLanguage( ) : string|null

Get the feed language

Returns
Type Description
stringnull
methodpublicgetLink( ) : string|null

Get a link to the HTML source

Returns
Type Description
stringnull
methodpublicgetTitle( ) : string|null

Get the feed title

Returns
Type Description
stringnull
Documentation was generated by DocBlox 0.13.3.