Zend Framework  1.12
Public Member Functions | Protected Attributes | List of all members
Zend_Feed_Writer_Deleted Class Reference

Public Member Functions

 setEncoding ($encoding)
 Set the feed character encoding.
 
 getEncoding ()
 Get the feed character encoding.
 
 remove ($name)
 Unset a specific data point.
 
 setType ($type)
 Set the current feed type being exported to "rss" or "atom".
 
 getType ()
 Retrieve the current or last feed type exported.
 
 setReference ($reference)
 
 getReference ()
 
 setWhen ($date=null)
 
 getWhen ()
 
 setBy (array $by)
 
 getBy ()
 
 setComment ($comment)
 
 getComment ()
 

Protected Attributes

 $_data = array()
 
 $_type = null
 

Member Function Documentation

getBy ( )
getComment ( )
getEncoding ( )

Get the feed character encoding.

Returns
string|null
getReference ( )
getType ( )

Retrieve the current or last feed type exported.

Returns
string Value will be "rss" or "atom"
getWhen ( )
remove (   $name)

Unset a specific data point.

Parameters
string$name
setBy ( array  $by)
setComment (   $comment)
setEncoding (   $encoding)

Set the feed character encoding.

Returns
string|null
setReference (   $reference)
setType (   $type)

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
string$type
setWhen (   $date = null)

Member Data Documentation

$_data = array()
protected
$_type = null
protected