Zend Framework
1.12
|
Public Member Functions | |
__construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null, $token=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. | |
getToken () | |
Get the value for this element's token attribute. | |
setToken ($value) | |
Set the value for this element's token attribute. | |
getTokenValue () | |
Get the value of this element's token 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 | |
$_token = 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 , |
|||
$token = null |
|||
) |
Constructs a new Zend_Gdata_Calendar_Extension_Link object.
Zend_Gdata_YouTube_Extension_Token | $token |
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 |
getToken | ( | ) |
Get the value for this element's token attribute.
getTokenValue | ( | ) |
Get the value of this element's token attribute.
setToken | ( | $value | ) |
Set the value for this element's token attribute.
Zend_Gdata_YouTube_Extension_Token | $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 |