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

Public Member Functions

 __construct ($text=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)

Protected Attributes

 $_rootNamespace = 'yt'
 $_rootElement = 'token'

Detailed Description

Definition at line 38 of file Token.php.


Constructor & Destructor Documentation

__construct ( text = null)

Constructs a new Zend_Gdata_YouTube_Extension_Token object.

Definition at line 47 of file Token.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 64 of file Token.php.


Field Documentation

$_rootElement = 'token' [protected]

Reimplemented from Zend_Gdata_App_Base.

Definition at line 42 of file Token.php.

$_rootNamespace = 'yt' [protected]

Reimplemented from Zend_Gdata_App_Base.

Definition at line 41 of file Token.php.


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