Class Zend_Gdata_Calendar_Extension_AccessLevel

Description

Represents the gCal:accessLevel element used by the Calendar data API

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

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

Zend_Gdata_Extension
   |
   --Zend_Gdata_Calendar_Extension_AccessLevel
Variable Summary
Method Summary
 Zend_Gdata_Calendar_Extension_AccessLevel __construct ([string $value = null])
 Zend_GData_Calendar_Extension_AccessLevel getAccessLevel (string 0)
 DOMElement getDOM ([DOMDocument $doc = null])
 Zend_GData_Calendar_Extension_Selected setSelected (bool $value)
 void takeAttributeFromDOM (DOMNode $attribute)
 string __toString ()
Variables
mixed $_rootElement = 'gCal:accesslevel' (line 39)
  • access: protected
mixed $_rootNamespace = 'gCal' (line 38)
  • access: protected
mixed $_value = null (line 40)
  • access: protected
Methods
Constructor __construct (line 46)

Constructs a new Zend_Gdata_Calendar_Extension_AccessLevel object.

  • access: public
Zend_Gdata_Calendar_Extension_AccessLevel __construct ([string $value = null])
  • string $value: (optional) The text content of the element.
getAccessLevel (line 96)

Get the value for this element's value attribute.

  • return: The attribute being modified.
  • access: public
Zend_GData_Calendar_Extension_AccessLevel getAccessLevel (string 0)
  • string 0: The desired value for this attribute
getDOM (line 65)

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
setSelected (line 108)

Set the value for this element's value attribute.

  • return: The element being modified.
  • access: public
Zend_GData_Calendar_Extension_Selected setSelected (bool $value)
  • bool $value: The desired value for this attribute.
takeAttributeFromDOM (line 79)

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
__toString (line 119)

Retrieves a human redable string describing this attribute's value.

  • return: The attribute value.
  • access: public
string __toString ()

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