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.

array
$_data= 'array()'
Internal array containing all data associated with this entry or item.
array()
Details
getType(
)
:
string
Retrieve the current or last feed type exported.
Type | Description |
---|---|
string | Value will be "rss" or "atom" |

remove(
string $name
)
:
void
Unset a specific data point
Name | Type | Description |
---|---|---|
$name | string |

setEncoding(
$encoding
)
:
string|null
Set the feed character encoding
Name | Type | Description |
---|---|---|
$encoding |
Type | Description |
---|---|
string|null |

setType(
string $type
)
:
void
Set the current feed type being exported to "rss" or "atom". This allows other objects to gracefully choose whether to execute or not, depending on their appropriateness for the current type, e.g. renderers.
Name | Type | Description |
---|---|---|
$type | string |