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

Public Member Functions

 __construct ($rel=null, $feedLink=null)
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 
 getRel ()
 
 setRel ($value)
 
 getFeedLink ()
 
 setFeedLink ($value)
 
- Public Member Functions inherited from Zend_Gdata_Extension
 __construct ()
 

Protected Member Functions

 takeChildFromDOM ($child)
 
 takeAttributeFromDOM ($attribute)
 

Protected Attributes

 $_rootElement = 'comments'
 
 $_rel = null
 
 $_feedLink = null
 
- Protected Attributes inherited from Zend_Gdata_Extension
 $_rootNamespace = 'gd'
 

Additional Inherited Members

- Static Public Member Functions inherited from Zend_Gdata_App_Base
static flushNamespaceLookupCache ()
 Flush namespace lookup cache.
 
- Static Protected Attributes inherited from Zend_Gdata_App_Base
static $_namespaceLookupCache = array()
 

Constructor & Destructor Documentation

__construct (   $rel = null,
  $feedLink = null 
)

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)
getFeedLink ( )
getRel ( )
setFeedLink (   $value)
setRel (   $value)
takeAttributeFromDOM (   $attribute)
protected
takeChildFromDOM (   $child)
protected

Member Data Documentation

$_feedLink = null
protected
$_rel = null
protected
$_rootElement = 'comments'
protected