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.
Concrete class for working with RSS items.

__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.
Name | 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.
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.
Name | Type | Description |
---|---|---|
$var | string |
Type | Description |
---|---|
boolean |