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

Public Member Functions

 __construct ($element=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getGphotoWeight ()
 setGphotoWeight ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_entryClassName = 'Zend_Gdata_Photos_TagEntry'
 $_gphotoWeight = null

Detailed Description

Definition at line 54 of file TagEntry.php.


Constructor & Destructor Documentation

__construct ( element = null)

Create a new instance.

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

Reimplemented from Zend_Gdata_Entry.

Definition at line 67 of file TagEntry.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 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_Entry.

Definition at line 87 of file TagEntry.php.

Get the value for this element's gphoto:weight attribute.

See also:
setGphotoWeight
Returns:
string The requested attribute.

Definition at line 124 of file TagEntry.php.

setGphotoWeight ( value)

Set the value for this element's gphoto:weight attribute.

Parameters:
string$valueThe desired value for this attribute.
Returns:
Zend_Gdata_Photos_Extension_Weight The element being modified.

Definition at line 135 of file TagEntry.php.

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

Reimplemented from Zend_Gdata_Entry.

Definition at line 102 of file TagEntry.php.

Here is the call graph for this function:


Field Documentation

$_entryClassName = 'Zend_Gdata_Photos_TagEntry' [protected]

Reimplemented from Zend_Gdata_Entry.

Definition at line 57 of file TagEntry.php.

$_gphotoWeight = null [protected]

Definition at line 59 of file TagEntry.php.


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