Zend Framework
1.12
|
Public Member Functions | |
__construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null) | |
Constructor for Zend_Gdata_Books_Extension_ThumbnailLink which Describes a thumbnail link. | |
![]() | |
__construct ($href=null, $rel=null, $type=null, $hrefLang=null, $title=null, $length=null) | |
Constructor for Zend_Gdata_Books_Extension_BooksLink which Extends the base Link class with Books extensions. | |
![]() | |
__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) | |
Additional Inherited Members | |
![]() | |
static | flushNamespaceLookupCache () |
Flush namespace lookup cache. | |
![]() | |
takeAttributeFromDOM ($attribute) | |
![]() | |
$_rootElement = 'link' | |
$_href = null | |
$_rel = null | |
$_type = null | |
$_hrefLang = null | |
$_title = null | |
$_length = null | |
![]() | |
static | $_namespaceLookupCache = array() |
__construct | ( | $href = null , |
|
$rel = null , |
|||
$type = null , |
|||
$hrefLang = null , |
|||
$title = null , |
|||
$length = null |
|||
) |
Constructor for Zend_Gdata_Books_Extension_ThumbnailLink which Describes a thumbnail link.
string | null | $href | Linked resource URI |
string | null | $rel | Forward relationship |
string | null | $type | Resource MIME type |
string | null | $hrefLang | Resource language |
string | null | $title | Human-readable resource title |
string | null | $length | Resource length in octets |