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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 setStatus ($status=null)
 getStatus ()

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_YouTube_ContactEntry'
 $_status = null

Detailed Description

Definition at line 44 of file ContactEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Constructs a new Contact Entry object, to represent an individual contact for a user

Parameters:
DOMElement$element(optional) DOMElement from which this object should be constructed.

Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.

Definition at line 68 of file ContactEntry.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_YouTube_UserProfileEntry.

Definition at line 84 of file ContactEntry.php.

getStatus ( )

Returns the status

Returns:
Zend_Gdata_YouTube_Extension_Status The status

Definition at line 131 of file ContactEntry.php.

setStatus ( status = null)

Sets the status

Parameters:
Zend_Gdata_YouTube_Extension_Status$statusThe status
Returns:
Zend_Gdata_YouTube_ContactEntry Provides a fluent interface

Definition at line 120 of file ContactEntry.php.

takeChildFromDOM ( child) [protected]

Creates individual Entry objects of the appropriate type and stores them in the $_entry array based upon DOM data.

Parameters:
DOMNode$childThe DOMNode to process

Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.

Definition at line 99 of file ContactEntry.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_YouTube_ContactEntry' [protected]

Reimplemented from Zend_Gdata_YouTube_UserProfileEntry.

Definition at line 52 of file ContactEntry.php.

$_status = null [protected]

Definition at line 59 of file ContactEntry.php.


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