Zend Framework
1.12
|
Public Member Functions | |
__construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null, $webContent=null) | |
Constructs a new Zend_Gdata_Calendar_Extension_Link object. | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
Retrieves a DOMElement which corresponds to this element and all child properties. | |
getWebContent () | |
Get the value for this element's WebContent attribute. | |
setWebContent ($value) | |
Set the value for this element's WebContent attribute. | |
![]() | |
__construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null) | |
getDOM ($doc=null, $majorVersion=1, $minorVersion=null) | |
getHref () | |
setHref ($value) | |
getRel () | |
setRel ($value) | |
getType () | |
setType ($value) | |
getHrefLang () | |
setHrefLang ($value) | |
getTitle () | |
setTitle ($value) | |
getLength () | |
setLength ($value) | |
Protected Member Functions | |
takeChildFromDOM ($child) | |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data. | |
![]() | |
takeAttributeFromDOM ($attribute) | |
Protected Attributes | |
$_webContent = null | |
![]() | |
$_rootElement = 'link' | |
$_href = null | |
$_rel = null | |
$_type = null | |
$_hrefLang = null | |
$_title = null | |
$_length = null | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $href = null , |
|
$rel = null , |
|||
$type = null , |
|||
$hrefLang = null , |
|||
$title = null , |
|||
$length = null , |
|||
$webContent = null |
|||
) |
Constructs a new Zend_Gdata_Calendar_Extension_Link object.
Zend_Gdata_Calendar_Extension_Webcontent | $webContent |
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.
DOMDocument | $doc | The DOMDocument used to construct DOMElements |
getWebContent | ( | ) |
Get the value for this element's WebContent attribute.
setWebContent | ( | $value | ) |
Set the value for this element's WebContent attribute.
Zend_Gdata_Calendar_Extension_WebContent | $value | The desired value for this attribute. |
|
protected |
Creates individual Entry objects of the appropriate type and stores them as members of this entry based upon DOM data.
DOMNode | $child | The DOMNode to process |
|
protected |