Feed/Writer/Deleted.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_Writer  
Version
$Id$  

\Zend_Feed_Writer_Deleted

Package: Zend_Feed_Writer
Category
Zend  
Copyright
Copyright (c) 2005-2014 Zend Technologies USA Inc. (http://www.zend.com)  
License
New BSD License  

Properties

>VPropertyprotectedarray $_data = array()
Internal array containing all data associated with this entry or item.
Default valuearray()Details
Type
array
>VPropertyprotectedstring $_type = null
Holds the value "atom" or "rss" depending on the feed type set when when last exported.
Default valuenullDetails
Type
string

Methods

methodpublicgetBy() : void

methodpublicgetComment() : void

methodpublicgetEncoding() : string | null

Get the feed character encoding

Returns
TypeDescription
string | null
methodpublicgetReference() : void

methodpublicgetType() : string

Retrieve the current or last feed type exported.

Returns
TypeDescription
stringValue will be "rss" or "atom"
methodpublicgetWhen() : void

methodpublicremove(string $name) : void

Unset a specific data point

Parameters
NameTypeDescription
$namestring
methodpublicsetBy( $by) : void

Parameters
NameTypeDescription
$by
methodpublicsetComment( $comment) : void

Parameters
NameTypeDescription
$comment
methodpublicsetEncoding( $encoding) : string | null

Set the feed character encoding

Parameters
NameTypeDescription
$encoding
Returns
TypeDescription
string | null
methodpublicsetReference( $reference) : void

Parameters
NameTypeDescription
$reference
methodpublicsetType(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.

Parameters
NameTypeDescription
$typestring
methodpublicsetWhen( $date = null) : void

Parameters
NameTypeDescription
$date
Documentation was generated by phpDocumentor 2.2.0 .