API Documentation

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

Extends from
Zend_Feed_Entry_Abstract
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
Methods
__get
__set
__isset
__call

Description

Concrete class for working with RSS items.

Properties

$_rootElement

string $_rootElement = 'item'

Root XML element for RSS items.

Details

$_rootElement
string
visibility
protected
default
item
final
false
static
false

Methods

__call

__call( string $var, mixed $unused ) : mixed

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.

Arguments
$var
string
The element to get the string value of.
$unused
mixed
This parameter is not used.
Output
mixed
The node's value, null, or an array of nodes.
Details
visibility
public
final
false
static
false

__get

__get( string $var ) : mixed

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

Arguments
$var
string
The property to access.
Output
mixed
Details
visibility
public
final
false
static
false

__isset

__isset( string $var ) : boolean

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

Arguments
$var
string
Output
boolean
Details
visibility
public
final
false
static
false

__set

__set( string $var,  $value ) : void

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

Arguments
$var
string
The property to change.
$value
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.