Feed/Entry/Rss.php
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
Returns
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
Methods
__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.
ParametersName | Type | Description |
---|---|---|
$var | string | The element to get the string value of. |
$unused | mixed | This parameter is not used. |
Type | Description |
---|---|
mixed | The node's value, null, or an array of nodes. |
__get(string $var) : mixed
Overwrites parent::_get method to enable read access to content:encoded element.
Parameters
Returns
Name | Type | Description |
---|---|---|
$var | string | The property to access. |
Type | Description |
---|---|
mixed |
__isset(string $var) : boolean
Overwrites parent::_isset method to enable access to content:encoded element.
Parameters
Returns
Name | Type | Description |
---|---|---|
$var | string |
Type | Description |
---|---|
boolean |