Zend Framework  3.0
Public Member Functions | Protected Attributes | List of all members
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)
 Set reference.
 
 getReference ()
 
 setWhen ($date=null)
 Set when.
 
 getWhen ()
 
 setBy (array $by)
 Set by.
 
 getBy ()
 
 setComment ($comment)
 
 getComment ()
 

Protected Attributes

 $data = []
 
 $type = null
 

Member Function Documentation

getBy ( )
Returns
string
getComment ( )
Returns
string
getEncoding ( )

Get the feed character encoding.

Returns
string|null
getReference ( )
Returns
string
getType ( )

Retrieve the current or last feed type exported.

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

Unset a specific data point.

Parameters
string$name
Returns
Deleted
setBy ( array  $by)

Set by.

Parameters
array$by
Exceptions
Exception\InvalidArgumentException
Returns
Deleted
setComment (   $comment)
Parameters
string$comment
Returns
Deleted
setEncoding (   $encoding)

Set the feed character encoding.

Parameters
$encoding
Exceptions
Exception\InvalidArgumentException
Returns
string|null
Deleted
setReference (   $reference)

Set reference.

Parameters
$reference
Exceptions
Exception\InvalidArgumentException
Returns
Deleted
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
Returns
Deleted
setWhen (   $date = null)

Set when.

Parameters
null | string | DateTime$date
Exceptions
Exception\InvalidArgumentException
Returns
Deleted

Member Data Documentation

$data = []
protected
$type = null
protected