API Documentation

Feed/Entry/Abstract.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
version
$Id: Abstract.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Feed_Entry_Abstract

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_Entry_Abstract

Extends from
Zend_Feed_Element
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
Properties
$_rootElement
$_rootNamespace
Methods
__construct

Description

Zend_Feed_Entry_Abstract represents a single entry in an Atom or RSS feed.

Properties

$_rootElement

string $_rootElement = ''

Root XML element for entries. Subclasses must define this to a non-null value.

Details

$_rootElement
string
visibility
protected
default
final
false
static
false

$_rootNamespace

string $_rootNamespace = 'null'

Root namespace for entries. Subclasses may define this to a non-null value.

Details

$_rootNamespace
string
visibility
protected
default
null
final
false
static
false

Methods

__construct

__construct( string $uri = null, SimpleXMLElement|DOMNode|string $element = null ) : void

Zend_Feed_Entry_Abstract constructor

The Zend_Feed_Entry_Abstract constructor takes the URI of the feed the entry is part of, and optionally an XML construct (usually a SimpleXMLElement, but it can be an XML string or a DOMNode as well) that contains the contents of the entry.

Arguments
$uri
string
$element
SimpleXMLElementDOMNodestring
Details
visibility
public
final
false
static
false
throws
Documentation was generated by DocBlox.