API Documentation

Feed/Writer/Deleted.php

Includes Classes 
category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Writer
version
$Id: Feed.php 20096 2010-01-06 02:05:09Z bkarwin $
Classes
Zend_Feed_Writer_Deleted

Description

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.

Zend_Feed_Writer_Deleted

category
Zend
copyright
Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com)
license
http://framework.zend.com/license/new-bsd New BSD License
package
Zend_Feed_Writer
Properties
$_data
$_type
Methods
setEncoding
getEncoding
remove
setType
getType
setReference
getReference
setWhen
getWhen
setBy
getBy
setComment
getComment

Description

Properties

$_data

array $_data = 'array'

Internal array containing all data associated with this entry or item.

Details

$_data
array
visibility
protected
default
array
final
false
static
false

$_type

string $_type = 'null'

Holds the value "atom" or "rss" depending on the feed type set when when last exported.

Details

$_type
string
visibility
protected
default
null
final
false
static
false

Methods

getBy

getBy( ) :
Details
visibility
public
final
false
static
false

getComment

getComment( ) :
Details
visibility
public
final
false
static
false

getEncoding

getEncoding( ) : string|null

Get the feed character encoding

Output
string|null
Details
visibility
public
final
false
static
false

getReference

getReference( ) :
Details
visibility
public
final
false
static
false

getType

getType( ) : string

Retrieve the current or last feed type exported.

Output
string
Value will be "rss" or "atom"
Details
visibility
public
final
false
static
false

getWhen

getWhen( ) :
Details
visibility
public
final
false
static
false

remove

remove( string $name ) :

Unset a specific data point

Arguments
$name
string
Details
visibility
public
final
false
static
false

setBy

setBy(  $by ) :
Arguments
$by
Details
visibility
public
final
false
static
false

setComment

setComment(  $comment ) :
Arguments
$comment
Details
visibility
public
final
false
static
false

setEncoding

setEncoding(  $encoding ) : string|null

Set the feed character encoding

Arguments
$encoding
Output
string|null
Details
visibility
public
final
false
static
false

setReference

setReference(  $reference ) :
Arguments
$reference
Details
visibility
public
final
false
static
false

setType

setType( string $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.

Arguments
$type
string
Details
visibility
public
final
false
static
false

setWhen

setWhen(  $date = null ) :
Arguments
$date
Details
visibility
public
final
false
static
false
Documentation was generated by DocBlox.