API Documentation

Feed/Reader/Entry/Rss.php

Includes Classes 
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: Rss.php 22301 2010-05-26 10:15:13Z padraic $
Classes
Zend_Feed_Reader_Entry_Rss

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_Entry_Rss

Extends from
Zend_Feed_Reader_EntryAbstract
Implements
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
Properties
$_xpathQueryRdf
$_xpathQueryRss
Methods
__construct
getAuthor
getAuthors
getContent
getDateCreated
getDateModified
getDescription
getEnclosure
getId
getLink
getLinks
getCategories
getPermalink
getTitle
getCommentCount
getCommentLink
getCommentFeedLink
setXpath

Description

Properties

$_xpathQueryRdf

string $_xpathQueryRdf = ''

XPath query for RDF

Details

$_xpathQueryRdf
string
visibility
protected
default
final
false
static
false

$_xpathQueryRss

string $_xpathQueryRss = ''

XPath query for RSS

Details

$_xpathQueryRss
string
visibility
protected
default
final
false
static
false

Methods

__construct

__construct( Zend_Feed_Entry_Abstract $entry, string $entryKey, string $type = null ) : void

Constructor

Arguments
$entry
Zend_Feed_Entry_Abstract
$entryKey
string
$type
string
Details
visibility
public
final
false
static
false

getAuthor

getAuthor(  $index = 0 ) : string

Get an author entry

Arguments
$index
Output
string
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( ) : string|null

Get the number of comments/replies for current entry

Output
string|null
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's date of creation

Output
string
Details
visibility
public
final
false
static
false

getDateModified

getDateModified( ) : string

Get the entry's date of modification

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( ) : string

Get the entry enclosure

Output
string
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

setXpath

setXpath( DOMXPath $xpath ) :

Set the XPath query (incl. on all Extensions)

Arguments
$xpath
DOMXPath
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.