Feed/Writer/Deleted.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-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
- Package
- Zend_Feed_Writer
- Version
- $Id: Deleted.php 25160 2012-12-18 15:17:16Z matthew $
\Zend_Feed_Writer_Deleted
Package: Zend\Feed\Writer


Parameters
- Category
- Zend
- Copyright
- Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com)
- License
- New BSD License
Properties

array $_data = array()Internal array containing all data associated with this entry or item.
Default value
array()Details- Type
- array
Methods

getType() : stringRetrieve the current or last feed type exported.
Returns
| Type | Description |
|---|---|
| string | Value will be "rss" or "atom" |

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

setType(string $type) : voidSet 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 |