Class Zend_Gdata_Calendar_Extension_SendEventNotifications

Description

Data model class to represent an entry's sendEventNotifications

  • copyright: Copyright (c) 2005-2007 Zend Technologies USA Inc. (http://www.zend.com)
  • license: New BSD License

Located in /Gdata/Calendar/Extension/SendEventNotifications.php (line 35)

Zend_Gdata_Extension
   |
   --Zend_Gdata_Calendar_Extension_SendEventNotifications
Variable Summary
Method Summary
 Zend_Gdata_Calendar_Extension_SendEventNotifications __construct ([bool $value = null])
 DOMElement getDOM ([DOMDocument $doc = null])
 string getValue ()
 Zend_GData_Extension_SendEventNotifications setValue (string $value)
 void takeAttributeFromDOM (DOMNode $attribute)
Variables
mixed $_rootElement = 'gCal:sendEventNotifications' (line 38)
  • access: protected
mixed $_rootNamespace = 'gCal' (line 37)
  • access: protected
mixed $_value = null (line 39)
  • access: protected
Methods
Constructor __construct (line 45)

Constructs a new Zend_Gdata_Extension_SendEventNotifications object.

  • access: public
Zend_Gdata_Calendar_Extension_SendEventNotifications __construct ([bool $value = null])
  • bool $value: (optional) SendEventNotifications value as URI.
getDOM (line 64)

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.

  • return: The DOMElement representing this element and all child properties.
  • access: public
DOMElement getDOM ([DOMDocument $doc = null])
  • DOMDocument $doc: The DOMDocument used to construct DOMElements
getValue (line 94)

Get the value for this element's Value attribute.

  • return: The requested attribute.
  • access: public
string getValue ()
setValue (line 105)

Set the value for this element's Value attribute.

  • return: The element being modified.
  • access: public
Zend_GData_Extension_SendEventNotifications setValue (string $value)
  • string $value: The desired value for this attribute.
takeAttributeFromDOM (line 78)

Given a DOMNode representing an attribute, tries to map the data into instance members. If no mapping is defined, the name and value are stored in an array.

  • access: protected
void takeAttributeFromDOM (DOMNode $attribute)
  • DOMNode $attribute: The DOMNode attribute needed to be handled

Documentation generated on Sun, 27 May 2007 23:29:38 -0700 by phpDocumentor 1.3.2