| [ 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: | 118 lines (3 kb) |
| Included or required: | 0 times |
| Referenced: | 0 times |
| Includes or requires: | 0 files |
Zend_Service_Technorati_KeyInfoResult:: (5 methods):
__construct()
getApiKey()
getApiQueries()
getMaxQueries()
setApiKey()
Class: Zend_Service_Technorati_KeyInfoResult - X-Ref
Represents a single Technorati KeyInfo query result object.| __construct(DomDocument $dom, $apiKey = null) X-Ref |
| Constructs a new object from DOM Element. Parses given Key element from $dom and sets API key string. param: DomElement $dom the ReST fragment for this object param: string $apiKey the API Key string |
| getApiKey() X-Ref |
| Returns API Key string. return: string API Key string |
| getApiQueries() X-Ref |
| Returns the number of queries sent today. return: int number of queries sent today |
| getMaxQueries() X-Ref |
| Returns Key's daily query limit. return: int maximum number of available queries per day |
| setApiKey($apiKey) X-Ref |
| Sets API Key string. param: string $apiKey the API Key return: Zend_Service_Technorati_KeyInfoResult $this instance |
| Generated: Fri Nov 28 20:29:05 2014 | Cross-referenced by PHPXref 0.7.1 |