2068. Class

2068.1. Zend\Feed\Writer\Deleted

2068.1.1. Methods

2068.1.1.1. setEncoding

setEncoding()

Set the feed character encoding

Parameters:$encoding
Throws ExceptionInvalidArgumentException:
 
Return type:string|null
Return type:Deleted

2068.1.1.2. getEncoding

getEncoding()

Get the feed character encoding

Return type:string|null

2068.1.1.3. remove

remove()

Unset a specific data point

Parameters:string
Return type:Deleted

2068.1.1.4. setType

setType()

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
Return type:Deleted

2068.1.1.5. getType

getType()

Retrieve the current or last feed type exported.

Return type:string Value will be “rss” or “atom”

2068.1.1.6. setReference

setReference()

Set reference

Parameters:$reference
Throws ExceptionInvalidArgumentException:
 
Return type:Deleted

2068.1.1.7. getReference

getReference()

@return string

2068.1.1.8. setWhen

setWhen()

Set when

Parameters:null|string|DateTime
Throws ExceptionInvalidArgumentException:
 
Return type:Deleted

2068.1.1.9. getWhen

getWhen()

@return DateTime

2068.1.1.10. setBy

setBy()

Set by

Parameters:array
Throws ExceptionInvalidArgumentException:
 
Return type:Deleted

2068.1.1.11. getBy

getBy()

@return string

2068.1.1.12. setComment

setComment()

@param string $comment

Return type:Deleted

2068.1.1.13. getComment

getComment()

@return string