API Documentation

Feed/Reader/EntryInterface.php

Interfaces
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Reader
version
$Id: EntryInterface.php 20096 2010-01-06 02:05:09Z bkarwin $
Interfaces
Zend_Feed_Reader_EntryInterface

Description

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.

Zend_Feed_Reader_EntryInterface

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Reader
Methods
getAuthor
getAuthors
getContent
getDateCreated
getDateModified
getDescription
getEnclosure
getId
getLink
getLinks
getPermalink
getTitle
getCommentCount
getCommentLink
getCommentFeedLink
getCategories

Description

Methods

getAuthor

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

Get the specified author

Arguments
$index
int
Output
string|null
Details
visibility
public
final
false
static
false

getAuthors

getAuthors( ) : array

Get an array with feed authors

Output
array
Details
visibility
public
final
false
static
false

getCategories

getCategories( ) : Zend_Feed_Reader_Collection_Category

Get all categories

Details
visibility
public
final
false
static
false

getCommentCount

getCommentCount( ) : integer

Get the number of comments/replies for current entry

Output
integer
Details
visibility
public
final
false
static
false

getCommentFeedLink

getCommentFeedLink( ) : string

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

Output
string
Details
visibility
public
final
false
static
false

getCommentLink

getCommentLink( ) : string

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

Output
string
Details
visibility
public
final
false
static
false

getContent

getContent( ) : string

Get the entry content

Output
string
Details
visibility
public
final
false
static
false

getDateCreated

getDateCreated( ) : string

Get the entry creation date

Output
string
Details
visibility
public
final
false
static
false

getDateModified

getDateModified( ) : string

Get the entry modification date

Output
string
Details
visibility
public
final
false
static
false

getDescription

getDescription( ) : string

Get the entry description

Output
string
Details
visibility
public
final
false
static
false

getEnclosure

getEnclosure( ) : stdClass

Get the entry enclosure

Output
stdClass
Details
visibility
public
final
false
static
false

getId

getId( ) : string

Get the entry ID

Output
string
Details
visibility
public
final
false
static
false

getLink

getLink( int $index = 0 ) : string

Get a specific link

Arguments
$index
int
Output
string
Details
visibility
public
final
false
static
false

getLinks

getLinks( ) : array

Get all links

Output
array
Details
visibility
public
final
false
static
false

getPermalink

getPermalink( ) : string

Get a permalink to the entry

Output
string
Details
visibility
public
final
false
static
false

getTitle

getTitle( ) : string

Get the entry title

Output
string
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.