| Category | Zend |
| Package | Zend_Gdata |
| Subpackage | Calendar |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |




class Zend_Gdata_Calendar_Extension_Link extends Zend_Gdata_App_Extension_Link
| Category | Zend |
| Package | Zend_Gdata |
| Subpackage | Calendar |
| Copyright | Copyright (c) 2005-2009 Zend Technologies USA Inc. (http://www.zend.com) |
| License | http://framework.zend.com/license/new-bsd New BSD License |
| # $_webContent |
| + __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 |
public function __construct( |
$href = null)
|
Zend_Gdata_Calendar_Extension_Link object.$href |
|
$rel |
|
$type |
|
$hrefLang |
|
$title |
|
$length |
|
Zend_Gdata_Calendar_Extension_Webcontent $webContent |
Zend_Gdata_App_Extension_Link#__construct
public function getDOM( |
$doc = null)
|
DOMDocument $doc |
The DOMDocument used to construct DOMElements |
$majorVersion |
|
$minorVersion |
public function getWebContent( |
)
|
public function setWebContent( |
$value)
|
|
The desired value for this attribute. |
protected function takeChildFromDOM( |
$child)
|
DOMNode $child |
The DOMNode to process |