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

Public Member Functions

 __construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null, $webContent=null)
 Constructs a new Zend_Gdata_Calendar_Extension_Link object.
 
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 Retrieves a DOMElement which corresponds to this element and all child properties.
 
 getWebContent ()
 Get the value for this element's WebContent attribute.
 
 setWebContent ($value)
 Set the value for this element's WebContent attribute.
 

Protected Member Functions

 takeChildFromDOM ($child)
 Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
 

Protected Attributes

 $_webContent = null
 

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 (   $href = null,
  $rel = null,
  $type = null,
  $hrefLang = null,
  $title = null,
  $length = null,
  $webContent = null 
)

Constructs a new Zend_Gdata_Calendar_Extension_Link object.

See Also
Zend_Gdata_App_Extension_Link::__construct
Parameters
Zend_Gdata_Calendar_Extension_Webcontent$webContent

Member Function Documentation

getDOM (   $doc = null,
  $majorVersion = 1,
  $minorVersion = null 
)

Retrieves a DOMElement which corresponds to this element and all child properties.

This is used to build an entry back into a DOM and eventually XML text for sending to the server upon updates, or for application storage/persistence.

Parameters
DOMDocument$docThe DOMDocument used to construct DOMElements
Returns
DOMElement The DOMElement representing this element and all child properties.
getWebContent ( )

Get the value for this element's WebContent attribute.

Returns
Zend_Gdata_Calendar_Extension_Webcontent The WebContent value
setWebContent (   $value)

Set the value for this element's WebContent attribute.

Parameters
Zend_Gdata_Calendar_Extension_WebContent$valueThe desired value for this attribute.
Returns
Zend_Calendar_Extension_Link The element being modified. Provides a fluent interface.
takeChildFromDOM (   $child)
protected

Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.

Parameters
DOMNode$childThe DOMNode to process

Member Data Documentation

$_webContent = null
protected