API Documentation

Feed/Reader/EntryInterface.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: EntryInterface.php 23953 2011-05-03 05:47:39Z ralph $  

\Zend_Feed_Reader_EntryInterface

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 the specified 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
methodpublicgetCommentCount( ) : integer

Get the number of comments/replies for current entry

Returns
Type Description
integer
methodpublicgetCommentFeedLink( ) : string

Returns a URI pointing to a feed of all comments for this entry

Returns
Type Description
string
methodpublicgetCommentLink( ) : string

Returns a URI pointing to the HTML page where comments can be made on this entry

Returns
Type Description
string
methodpublicgetContent( ) : string

Get the entry content

Returns
Type Description
string
methodpublicgetDateCreated( ) : string

Get the entry creation date

Returns
Type Description
string
methodpublicgetDateModified( ) : string

Get the entry modification date

Returns
Type Description
string
methodpublicgetDescription( ) : string

Get the entry description

Returns
Type Description
string
methodpublicgetEnclosure( ) : \stdClass

Get the entry enclosure

Returns
Type Description
\stdClass
methodpublicgetId( ) : string

Get the entry ID

Returns
Type Description
string
methodpublicgetLink( int $index = 0 ) : string

Get a specific link

Parameters
Name Type Description
$index int
Returns
Type Description
string
methodpublicgetLinks( ) : array

Get all links

Returns
Type Description
array
methodpublicgetPermalink( ) : string

Get a permalink to the entry

Returns
Type Description
string
methodpublicgetTitle( ) : string

Get the entry title

Returns
Type Description
string
Documentation was generated by DocBlox 0.13.3.