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.
Represents a Weblog object successful recognized by Technorati.
null|Zend_Uri_Http $_atomUrl = ''
Atom feed URL, if any.
array $_authors = 'array'
An array of Zend_Service_Technorati_Author who claimed this blog
bool $_hasPhoto = 'false'
Whether the author who claimed this weblog has a photo.
Note. This property has no official documentation.
integer $_inboundBlogs = ''
Number of unique blogs linking this blog.
integer $_inboundLinks = ''
Number of incoming links to this blog.
null|Zend_Date $_lastUpdate = ''
Last blog update UNIX timestamp.
float $_lat = ''
Blog latitude coordinate.
Note. This property has no official documentation.
float $_lon = ''
Blog longitude coordinate.
Note. This property has no official documentation.
string $_name = ''
Blog name as written in the feed.
integer $_rank = ''
Technorati rank value for this weblog.
Note. This property has no official documentation.
null|Zend_Uri_Http $_rssUrl = ''
RSS feed URL, if any.
Zend_Uri_Http $_url = ''
Base blog URL.
__construct(
DomElement $dom
)
:
Constructs a new object from DOM Element.
getAtomUrl(
)
:
null|Zend_Uri_Http
Returns weblog Atom URL.
getAuthors(
)
:
array
Returns the array of weblog authors.
getInboundBlogs(
)
:
integer
Returns number of unique blogs linking this blog.
getInboundLinks(
)
:
integer
Returns number of incoming links to this blog.
getLastUpdate(
)
:
integer
Returns UNIX timestamp of the last weblog update.
getLat(
)
:
float
Returns weblog latitude coordinate.
Note. This property is not documented.
getLon(
)
:
float
Returns weblog longitude coordinate.
Note. This property is not documented.
getName(
)
:
string
Returns weblog name.
getRank(
)
:
integer
Returns weblog rank value.
Note. This property is not documented.
getRssUrl(
)
:
null|Zend_Uri_Http
Returns weblog Rss URL.
getUrl(
)
:
null|Zend_Uri_Http
Returns weblog URL.
hasPhoto(
)
:
bool
Returns whether the author who claimed this weblog has a photo.
Note. This property is not documented.
setAtomUrl(
string|Zend_Uri_Http $url
)
:
Zend_Service_Technorati_Weblog
Sets weblog Atom URL.
setHasPhoto(
bool $hasPhoto
)
:
Zend_Service_Technorati_Weblog
Sets hasPhoto property.
setInboundBlogs(
integer $number
)
:
Zend_Service_Technorati_Weblog
Sets number of inbound blogs.
setInboundLinks(
integer $number
)
:
Zend_Service_Technorati_Weblog
Sets number of Iinbound links.
setLastUpdate(
mixed $datetime
)
:
Zend_Service_Technorati_Weblog
Sets weblog Last Update timestamp.
$datetime can be any value supported by Zend_Service_Technorati_Utils::normalizeDate().
setLat(
float $coordinate
)
:
Zend_Service_Technorati_Weblog
Sets weblog latitude coordinate.
setLon(
float $coordinate
)
:
Zend_Service_Technorati_Weblog
Sets weblog longitude coordinate.
setName(
string $name
)
:
Zend_Service_Technorati_Weblog
Sets weblog name.
setRank(
integer $rank
)
:
Zend_Service_Technorati_Weblog
Sets weblog Rank.
setRssUrl(
string|Zend_Uri_Http $url
)
:
Zend_Service_Technorati_Weblog
Sets weblog Rss URL.
setUrl(
string|Zend_Uri_Http $url
)
:
void
Sets weblog URL.