Moodle  2.2.1
http://www.collinsharper.com
Zend_Gdata_App_Extension_Person Class Reference
Inheritance diagram for Zend_Gdata_App_Extension_Person:
Collaboration diagram for Zend_Gdata_App_Extension_Person:

Public Member Functions

 __construct ($name=null, $email=null, $uri=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getName ()
 setName ($value)
 getEmail ()
 setEmail ($value)
 getUri ()
 setUri ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_rootElement = null
 $_name = null
 $_email = null
 $_uri = null

Detailed Description

Definition at line 53 of file Person.php.


Constructor & Destructor Documentation

__construct ( name = null,
email = null,
uri = null 
)

Definition at line 61 of file Person.php.

Here is the call graph for this function:


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.

Reimplemented from Zend_Gdata_App_Base.

Definition at line 69 of file Person.php.

getEmail ( )
Returns:
Zend_Gdata_App_Extension_Email

Definition at line 130 of file Person.php.

getName ( )
Returns:
Zend_Gdata_App_Extension_Name

Definition at line 112 of file Person.php.

getUri ( )
Returns:
Zend_Gdata_App_Extension_Uri

Definition at line 148 of file Person.php.

setEmail ( value)
Parameters:
Zend_Gdata_App_Extension_Email$value
Returns:
Zend_Gdata_App_Extension_Person Provides a fluent interface

Definition at line 139 of file Person.php.

setName ( value)
Parameters:
Zend_Gdata_App_Extension_Name$value
Returns:
Zend_Gdata_App_Entry Provides a fluent interface

Definition at line 121 of file Person.php.

setUri ( value)
Parameters:
Zend_Gdata_App_Extension_Uri$value
Returns:
Zend_Gdata_App_Extension_Person Provides a fluent interface

Definition at line 157 of file Person.php.

takeChildFromDOM ( child) [protected]

Given a child DOMNode, tries to determine how to map the data into object instance members. If no mapping is defined, Extension_Element objects are created and stored in an array.

Parameters:
DOMNode$childThe DOMNode needed to be handled

Reimplemented from Zend_Gdata_App_Base.

Definition at line 84 of file Person.php.

Here is the call graph for this function:


Field Documentation

$_email = null [protected]

Definition at line 58 of file Person.php.

$_name = null [protected]

Definition at line 57 of file Person.php.

$_rootElement = null [protected]

Reimplemented from Zend_Gdata_App_Base.

Reimplemented in Zend_Gdata_App_Extension_Author, and Zend_Gdata_App_Extension_Contributor.

Definition at line 56 of file Person.php.

$_uri = null [protected]

Definition at line 59 of file Person.php.


The documentation for this class was generated from the following file:
 All Data Structures Namespaces Files Functions Variables Enumerations