| [ 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: | 150 lines (4 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Service_Technorati_SearchResult:: (6 methods):
__construct()
getWeblog()
getTitle()
getExcerpt()
getCreated()
getPermalink()
Class: Zend_Service_Technorati_SearchResult - X-Ref
Represents a single Technorati Search query result object.| __construct(DomElement $dom) X-Ref |
| Constructs a new object object from DOM Element. param: DomElement $dom the ReST fragment for this object |
| getWeblog() X-Ref |
| Returns the weblog object that links queried URL. return: Zend_Service_Technorati_Weblog |
| getTitle() X-Ref |
| Returns the title of the entry. return: string |
| getExcerpt() X-Ref |
| Returns the blurb from entry with search term highlighted. return: string |
| getCreated() X-Ref |
| Returns the datetime the entry was created. return: Zend_Date |
| getPermalink() X-Ref |
| Returns the permalink of the blog entry. return: Zend_Uri_Http |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |