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

Public Member Functions

 __construct ($draft=null, $state=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getState ()
 setState ($value)
 getStateValue ()

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_state = null

Detailed Description

Definition at line 43 of file Control.php.


Constructor & Destructor Documentation

__construct ( draft = null,
state = null 
)

Constructs a new Zend_Gdata_Calendar_Extension_Control object.

See also:
Zend_Gdata_App_Extension_Control::__construct
Parameters:
Zend_Gdata_App_Extension_Draft$draft
Zend_Gdata_YouTube_Extension_State$state

Definition at line 54 of file Control.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_Extension_Control.

Definition at line 71 of file Control.php.

getState ( )

Get the value for this element's state attribute.

Returns:
Zend_Gdata_YouTube_Extension_State The state element.

Definition at line 106 of file Control.php.

Here is the caller graph for this function:

Get the value of this element's state attribute.

Returns:
string The state's text value

Definition at line 128 of file Control.php.

Here is the call graph for this function:

setState ( value)

Set the value for this element's state attribute.

Parameters:
Zend_Gdata_YouTube_Extension_State$valueThe desired value for this attribute.
Returns:
Zend_YouTube_Extension_Control The element being modified.

Definition at line 117 of file Control.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_App_Extension_Control.

Definition at line 86 of file Control.php.

Here is the call graph for this function:


Field Documentation

$_state = null [protected]

Definition at line 46 of file Control.php.


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