Inheritances
Files
Overview
FRAMES
NO FRAMES

Class Zend_Gdata_Calendar_Extension_Link

Zend_Gdata
|-Zend_Gdata_Calendar
|- class Zend_Gdata_Calendar_Extension_Link extends Zend_Gdata_App_Extension_Link
Specialized Link class for use with Calendar. Enables use of gCal extension elements.
CategoryZend
PackageZend_Gdata
SubpackageCalendar
CopyrightCopyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com)
Licensehttp://framework.zend.com/license/new-bsd New BSD License

Summary

Instance fields
# $_webContent
Instance methods
+ __construct() Constructs a new Zend_Gdata_Calendar_Extension_Link object
+ getDOM() Retrieves a DOMElement which corresponds to this element and all
+ getWebContent() Get the value for this element's WebContent attribute
+ setWebContent() Set the value for this element's WebContent attribute
# takeChildFromDOM() Creates individual Entry objects of the appropriate type and

Details

Instance fields

$_webContent
protected $_webContent = null

Instance methods

__construct()
public function __construct( $href = null
$rel = null
$type = null
$hrefLang = null
$title = null
$length = null
$webContent = null
)
Constructs a new Zend_Gdata_Calendar_Extension_Link object.
Parameters
$href
$rel
$type
$hrefLang
$title
$length
Zend_Gdata_Calendar_Extension_Webcontent $webContent
See also Zend_Gdata_App_Extension_Link#__construct
getDOM()
public function 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 $doc The DOMDocument used to construct DOMElements
$majorVersion
$minorVersion
Returns DOMElement The DOMElement representing this element and all
child properties.
getWebContent()
public function getWebContent( )
Get the value for this element's WebContent attribute.
Returns Zend_Gdata_Calendar_Extension_Webcontent The WebContent value
setWebContent()
public function setWebContent( $value)
Set the value for this element's WebContent attribute.
Parameters
Zend_Gdata_Calendar_Extension_WebContent $value The desired value for this attribute.
Returns Zend_Calendar_Extension_Link The element being modified. Provides a fluent interface.
takeChildFromDOM()
protected function takeChildFromDOM( $child)
Creates individual Entry objects of the appropriate type and
stores them as members of this entry based upon DOM data.
Parameters
DOMNode $child The DOMNode to process