| Category | Zend |
| Package | Zend_Feed |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |

class Zend_Feed_Entry_Rss extends Zend_Feed_Entry_Abstract
| Category | Zend |
| Package | Zend_Feed |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_rootElement | Root XML element for RSS items |
| + __call() | Overwrites parent::_call method to enable read access |
| + __get() | Overwrites parent::_get method to enable read access |
| + __isset() | Overwrites parent::_isset method to enable access |
| + __set() | Overwrites parent::_set method to enable write access |
protected $_rootElement = 'item'
public function __call( |
$var)
|
string $var |
The element to get the string value of. |
mixed $unused |
This parameter is not used. |
public function __get( |
$var)
|
string $var |
The property to access. |
public function __isset( |
$var)
|
string $var |
public function __set( |
$var)
|
string $var |
The property to change. |
$value |