Feed/Entry/Rss.php

Show: PublicProtectedPrivateinherited
Table of Contents
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.
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  
Package
Zend_Feed  
Version
$Id$  

\Zend_Feed_Entry_Rss

Package: Zend_Feed
Concrete class for working with RSS items.
Parent(s)
\Zend_Feed_Entry_Abstract < \Zend_Feed_Element
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedstring $_rootElement = 'item'
Root XML element for RSS items.
Default value'item'Details
Type
string

Methods

methodpublic__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.
Parameters
NameTypeDescription
$varstring

The element to get the string value of.

$unusedmixed

This parameter is not used.

Returns
TypeDescription
mixedThe node's value, null, or an array of nodes.
methodpublic__get(string $var) : mixed

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

Parameters
NameTypeDescription
$varstring

The property to access.

Returns
TypeDescription
mixed
methodpublic__isset(string $var) : boolean

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

Parameters
NameTypeDescription
$varstring
Returns
TypeDescription
boolean
methodpublic__set(string $var,  $value) : void

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

Parameters
NameTypeDescription
$varstring

The property to change.

$value
Documentation was generated by phpDocumentor 2.2.0 .