Zend Framework
1.12
|
Public Member Functions | |
__construct (DomElement $dom) | |
Constructs a new object from DOM Element. | |
getName () | |
Returns weblog name. | |
getUrl () | |
Returns weblog URL. | |
getInboundBlogs () | |
Returns number of unique blogs linking this blog. | |
getInboundLinks () | |
Returns number of incoming links to this blog. | |
getRssUrl () | |
Returns weblog Rss URL. | |
getAtomUrl () | |
Returns weblog Atom URL. | |
getLastUpdate () | |
Returns UNIX timestamp of the last weblog update. | |
getRank () | |
Returns weblog rank value. | |
getLat () | |
Returns weblog latitude coordinate. | |
getLon () | |
Returns weblog longitude coordinate. | |
hasPhoto () | |
Returns whether the author who claimed this weblog has a photo. | |
getAuthors () | |
Returns the array of weblog authors. | |
setName ($name) | |
Sets weblog name. | |
setUrl ($url) | |
Sets weblog URL. | |
setInboundBlogs ($number) | |
Sets number of inbound blogs. | |
setInboundLinks ($number) | |
Sets number of Iinbound links. | |
setRssUrl ($url) | |
Sets weblog Rss URL. | |
setAtomUrl ($url) | |
Sets weblog Atom URL. | |
setLastUpdate ($datetime) | |
Sets weblog Last Update timestamp. | |
setRank ($rank) | |
Sets weblog Rank. | |
setLat ($coordinate) | |
Sets weblog latitude coordinate. | |
setLon ($coordinate) | |
Sets weblog longitude coordinate. | |
setHasPhoto ($hasPhoto) | |
Sets hasPhoto property. | |
Protected Attributes | |
$_name | |
$_url | |
$_rssUrl | |
$_atomUrl | |
$_inboundBlogs | |
$_inboundLinks | |
$_lastUpdate | |
$_rank | |
$_lat | |
$_lon | |
$_hasPhoto = false | |
$_authors = array() | |
__construct | ( | DomElement | $dom | ) |
Constructs a new object from DOM Element.
DomElement | $dom | the ReST fragment for this object |
The following are optional elements
I can't find any official documentation about the following properties however they are included in response DTD and/or test responses.
getAtomUrl | ( | ) |
Returns weblog Atom URL.
getAuthors | ( | ) |
Returns the array of weblog authors.
getInboundBlogs | ( | ) |
Returns number of unique blogs linking this blog.
getInboundLinks | ( | ) |
Returns number of incoming links to this blog.
getLastUpdate | ( | ) |
Returns UNIX timestamp of the last weblog update.
getLat | ( | ) |
Returns weblog latitude coordinate.
Note. This property is not documented.
getLon | ( | ) |
Returns weblog longitude coordinate.
Note. This property is not documented.
getName | ( | ) |
Returns weblog name.
getRank | ( | ) |
Returns weblog rank value.
Note. This property is not documented.
getRssUrl | ( | ) |
Returns weblog Rss URL.
getUrl | ( | ) |
Returns weblog URL.
hasPhoto | ( | ) |
Returns whether the author who claimed this weblog has a photo.
Note. This property is not documented.
setAtomUrl | ( | $url | ) |
Sets weblog Atom URL.
string | Zend_Uri_Http | $url |
Zend_Service_Technorati_Exception | if $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp) |
setHasPhoto | ( | $hasPhoto | ) |
Sets hasPhoto property.
bool | $hasPhoto |
setInboundBlogs | ( | $number | ) |
Sets number of inbound blogs.
integer | $number |
setInboundLinks | ( | $number | ) |
Sets number of Iinbound links.
integer | $number |
setLastUpdate | ( | $datetime | ) |
Sets weblog Last Update timestamp.
$datetime can be any value supported by Zend_Service_Technorati_Utils::normalizeDate().
mixed | $datetime | A string representing the last update date time in a valid date time format |
Zend_Service_Technorati_Exception |
setLat | ( | $coordinate | ) |
Sets weblog latitude coordinate.
float | $coordinate |
setLon | ( | $coordinate | ) |
Sets weblog longitude coordinate.
float | $coordinate |
setName | ( | $name | ) |
setRank | ( | $rank | ) |
setRssUrl | ( | $url | ) |
Sets weblog Rss URL.
string | Zend_Uri_Http | $url |
Zend_Service_Technorati_Exception | if $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp) |
setUrl | ( | $url | ) |
Sets weblog URL.
string | Zend_Uri_Http | $url |
Zend_Service_Technorati_Exception | if $input is an invalid URI (via Zend_Service_Technorati_Utils::normalizeUriHttp) |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |
|
protected |