[ 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: | 176 lines (5 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
Zend_Service_Technorati_CosmosResultSet:: (6 methods):
__construct()
getUrl()
getWeblog()
getInboundBlogs()
getInboundLinks()
current()
Class: Zend_Service_Technorati_CosmosResultSet - X-Ref
Represents a Technorati Cosmos query result set.__construct(DomDocument $dom, $options = array() X-Ref |
Parses the search response and retrieve the results for iteration. param: DomDocument $dom the ReST fragment for this object param: array $options query options as associative array |
getUrl() X-Ref |
Returns the weblog URL. return: Zend_Uri_Http |
getWeblog() X-Ref |
Returns the weblog. return: Zend_Service_Technorati_Weblog |
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 |
current() X-Ref |
Implements Zend_Service_Technorati_ResultSet::current(). return: Zend_Service_Technorati_CosmosResult current result |
Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |