API Documentation

Feed/Reader/Feed/Atom/Source.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: Atom.php 19165 2009-11-21 16:46:40Z padraic $
Classes
Zend_Feed_Reader_Feed_Atom_Source

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_Feed_Atom_Source

Extends from
Zend_Feed_Reader_Feed_Atom
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
__construct
count
current
key
next
rewind
valid
_indexEntries

Description

Methods

__construct

__construct( DOMElement $source, string $xpathPrefix, string $type = Zend_Feed_Reader ) :

Constructor: Create a Source object which is largely just a normal Zend_Feed_Reader_FeedAbstract object only designed to retrieve feed level metadata from an Atom entry's source element.

Arguments
$source
DOMElement
$xpathPrefix
string
Passed from parent Entry object
$type
string
Nearly always Atom 1.0
Details
visibility
public
final
false
static
false

_indexEntries

_indexEntries( ) : void

Details
visibility
protected
final
false
static
false

count

count( ) : void

Details
visibility
public
final
false
static
false

current

current( ) : void

Details
visibility
public
final
false
static
false

key

key( ) : void

Details
visibility
public
final
false
static
false

next

next( ) : void

Details
visibility
public
final
false
static
false

rewind

rewind( ) : void

Details
visibility
public
final
false
static
false

valid

valid( ) : void

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