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

Public Member Functions

 __construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null, $webContent=null)
 getDOM ($doc=null, $majorVersion=1, $minorVersion=null)
 getWebContent ()
 setWebContent ($value)

Protected Member Functions

 takeChildFromDOM ($child)

Protected Attributes

 $_webContent = null

Detailed Description

Definition at line 43 of file Link.php.


Constructor & Destructor Documentation

__construct ( href = null,
rel = null,
type = null,
hrefLang = null,
title = null,
length = null,
webContent = null 
)

Constructs a new Zend_Gdata_Calendar_Extension_Link object.

See also:
Zend_Gdata_App_Extension_Link::__construct
Parameters:
Zend_Gdata_Calendar_Extension_Webcontent$webContent

Definition at line 53 of file Link.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_Link.

Definition at line 71 of file Link.php.

Get the value for this element's WebContent attribute.

Returns:
Zend_Gdata_Calendar_Extension_Webcontent The WebContent value

Definition at line 106 of file Link.php.

setWebContent ( value)

Set the value for this element's WebContent attribute.

Parameters:
Zend_Gdata_Calendar_Extension_WebContent$valueThe desired value for this attribute.
Returns:
Zend_Calendar_Extension_Link The element being modified. Provides a fluent interface.

Definition at line 117 of file Link.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_Base.

Definition at line 86 of file Link.php.

Here is the call graph for this function:


Field Documentation

$_webContent = null [protected]

Definition at line 46 of file Link.php.


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