Zend Framework
LICENSE
This source file is subject to the new BSD license that is bundled with this package in the file LICENSE.txt. It is also available through the world-wide-web at this URL: http://framework.zend.com/license/new-bsd If you did not receive a copy of the license and are unable to obtain it through the world-wide-web, please send an email to license@zend.com so we can send you a copy immediately.
Data model for representing an atom:link element
$_href = 'null'
Details $_hrefLang = 'null'
Details $_length = 'null'
Details $_rel = 'null'
Details $_rootElement = 'link'
Details $_title = 'null'
Details $_type = 'null'
Details__construct(
$href
=
null, $rel
=
null, $type
=
null, $hrefLang
=
null, $title
=
null, $length
=
null
)
:
DetailsgetDOM(
$doc
=
null, $majorVersion
=
1, $minorVersion
=
null
)
:
DetailsgetHref(
)
:
string|null
DetailsgetHrefLang(
)
:
string|null
DetailsgetLength(
)
:
string|null
DetailsgetRel(
)
:
string|null
DetailsgetTitle(
)
:
string|null
DetailsgetType(
)
:
string|null
DetailssetHref(
string|null $value
)
:
Zend_Gdata_App_Entry
DetailssetHrefLang(
string|null $value
)
:
Zend_Gdata_App_Entry
DetailssetLength(
string|null $value
)
:
Zend_Gdata_App_Entry
DetailssetRel(
string|null $value
)
:
Zend_Gdata_App_Entry
DetailssetTitle(
string|null $value
)
:
Zend_Gdata_App_Entry
DetailssetType(
string|null $value
)
:
Zend_Gdata_App_Entry
DetailstakeAttributeFromDOM(
$attribute
)
:
Details