Class Zend_Feed_Entry_Rss

Description

Concrete class for working with RSS items.

  • copyright: Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Feed/Entry/Rss.php (line 38)

Zend_Feed_Element
   |
   --Zend_Feed_Entry_Abstract
      |
      --Zend_Feed_Entry_Rss
Variable Summary
 string $_rootElement
Method Summary
 mixed __call (string $var, mixed $unused)
 mixed __get (string $var)
 boolean __isset (string $var)
 void __set (string $var,  $value, string $val)
Variables
string $_rootElement = 'item' (line 45)

Root XML element for RSS items.

  • access: protected

Redefinition of:
Zend_Feed_Entry_Abstract::$_rootElement
Root XML element for entries. Subclasses must define this to a non-null value.

Inherited Variables

Inherited from Zend_Feed_Entry_Abstract

Zend_Feed_Entry_Abstract::$_rootNamespace

Inherited from Zend_Feed_Element

Zend_Feed_Element::$_appended
Zend_Feed_Element::$_element
Zend_Feed_Element::$_encoding
Zend_Feed_Element::$_parentElement
Methods
__call (line 112)

Overwrites parent::_call method to enable read access to content:encoded element.

Please note that method-style write access is not currently supported by parent method, consequently this method doesn't as well.

  • return: The node's value, null, or an array of nodes.
  • access: public
mixed __call (string $var, mixed $unused)
  • string $var: The element to get the string value of.
  • mixed $unused: This parameter is not used.

Redefinition of:
Zend_Feed_Element::__call()
Get the value of an element with method syntax.
__get (line 54)

Overwrites parent::_get method to enable read access to content:encoded element.

  • access: public
mixed __get (string $var)
  • string $var: The property to access.

Redefinition of:
Zend_Feed_Element::__get()
Map variable access onto the underlying entry representation.
__isset (line 91)

Overwrites parent::_isset method to enable access to content:encoded element.

  • access: public
boolean __isset (string $var)
  • string $var

Redefinition of:
Zend_Feed_Element::__isset()
Map isset calls onto the underlying entry representation.
__set (line 73)

Overwrites parent::_set method to enable write access to content:encoded element.

  • access: public
void __set (string $var,  $value, string $val)
  • string $var: The property to change.
  • string $val: The property's new value.
  • $value

Redefinition of:
Zend_Feed_Element::__set()
Map variable sets onto the underlying entry representation.

Inherited Methods

Inherited From Zend_Feed_Entry_Abstract

 Zend_Feed_Entry_Abstract::__construct()

Inherited From Zend_Feed_Element

 Zend_Feed_Element::__construct()
 Zend_Feed_Element::ensureAppended()
 Zend_Feed_Element::getDOM()
 Zend_Feed_Element::getEncoding()
 Zend_Feed_Element::offsetExists()
 Zend_Feed_Element::offsetGet()
 Zend_Feed_Element::offsetSet()
 Zend_Feed_Element::offsetUnset()
 Zend_Feed_Element::saveXml()
 Zend_Feed_Element::saveXmlFragment()
 Zend_Feed_Element::setDOM()
 Zend_Feed_Element::setEncoding()
 Zend_Feed_Element::setParent()
 Zend_Feed_Element::_children()
 Zend_Feed_Element::__call()
 Zend_Feed_Element::__get()
 Zend_Feed_Element::__isset()
 Zend_Feed_Element::__set()
 Zend_Feed_Element::__toString()
 Zend_Feed_Element::__unset()

Documentation generated on Mon, 21 Jun 2010 15:43:16 -0400 by phpDocumentor 1.4.3