[ Index ] |
PHP Cross Reference of moodle-2.8 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2010 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id$ |
File Size: | 486 lines (12 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_Technorati_Weblog:: (24 methods):
__construct()
getName()
getUrl()
getInboundBlogs()
getInboundLinks()
getRssUrl()
getAtomUrl()
getLastUpdate()
getRank()
getLat()
getLon()
hasPhoto()
getAuthors()
setName()
setUrl()
setInboundBlogs()
setInboundLinks()
setRssUrl()
setAtomUrl()
setLastUpdate()
setRank()
setLat()
setLon()
setHasPhoto()
Class: Zend_Service_Technorati_Weblog - X-Ref
Represents a Weblog object successful recognized by Technorati.__construct(DomElement $dom) X-Ref |
Constructs a new object from DOM Element. param: DomElement $dom the ReST fragment for this object |
getName() X-Ref |
Returns weblog name. return: string Weblog name |
getUrl() X-Ref |
Returns weblog URL. return: null|Zend_Uri_Http object representing weblog base URL |
getInboundBlogs() X-Ref |
Returns number of unique blogs linking this blog. return: integer the number of inbound blogs |
getInboundLinks() X-Ref |
Returns number of incoming links to this blog. return: integer the number of inbound links |
getRssUrl() X-Ref |
Returns weblog Rss URL. return: null|Zend_Uri_Http object representing the URL |
getAtomUrl() X-Ref |
Returns weblog Atom URL. return: null|Zend_Uri_Http object representing the URL |
getLastUpdate() X-Ref |
Returns UNIX timestamp of the last weblog update. return: integer UNIX timestamp of the last weblog update |
getRank() X-Ref |
Returns weblog rank value. Note. This property is not documented. return: integer weblog rank value |
getLat() X-Ref |
Returns weblog latitude coordinate. Note. This property is not documented. return: float weblog latitude coordinate |
getLon() X-Ref |
Returns weblog longitude coordinate. Note. This property is not documented. return: float weblog longitude coordinate |
hasPhoto() X-Ref |
Returns whether the author who claimed this weblog has a photo. Note. This property is not documented. return: bool TRUE if the author who claimed this weblog has a photo, |
getAuthors() X-Ref |
Returns the array of weblog authors. return: array of Zend_Service_Technorati_Author authors |
setName($name) X-Ref |
Sets weblog name. param: string $name return: Zend_Service_Technorati_Weblog $this instance |
setUrl($url) X-Ref |
Sets weblog URL. param: string|Zend_Uri_Http $url return: void |
setInboundBlogs($number) X-Ref |
Sets number of inbound blogs. param: integer $number return: Zend_Service_Technorati_Weblog $this instance |
setInboundLinks($number) X-Ref |
Sets number of Iinbound links. param: integer $number return: Zend_Service_Technorati_Weblog $this instance |
setRssUrl($url) X-Ref |
Sets weblog Rss URL. param: string|Zend_Uri_Http $url return: Zend_Service_Technorati_Weblog $this instance |
setAtomUrl($url) X-Ref |
Sets weblog Atom URL. param: string|Zend_Uri_Http $url return: Zend_Service_Technorati_Weblog $this instance |
setLastUpdate($datetime) X-Ref |
Sets weblog Last Update timestamp. $datetime can be any value supported by Zend_Service_Technorati_Utils::normalizeDate(). param: mixed $datetime A string representing the last update date time return: Zend_Service_Technorati_Weblog $this instance |
setRank($rank) X-Ref |
Sets weblog Rank. param: integer $rank return: Zend_Service_Technorati_Weblog $this instance |
setLat($coordinate) X-Ref |
Sets weblog latitude coordinate. param: float $coordinate return: Zend_Service_Technorati_Weblog $this instance |
setLon($coordinate) X-Ref |
Sets weblog longitude coordinate. param: float $coordinate return: Zend_Service_Technorati_Weblog $this instance |
setHasPhoto($hasPhoto) X-Ref |
Sets hasPhoto property. param: bool $hasPhoto return: Zend_Service_Technorati_Weblog $this instance |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |