Zend Framework
1.12
|
Public Member Functions | |
__construct (DomDocument $dom, $apiKey=null) | |
Constructs a new object from DOM Element. | |
getApiKey () | |
Returns API Key string. | |
getApiQueries () | |
Returns the number of queries sent today. | |
getMaxQueries () | |
Returns Key's daily query limit. | |
setApiKey ($apiKey) | |
Sets API Key string. | |
Protected Attributes | |
$_apiKey | |
$_apiQueries | |
$_maxQueries | |
__construct | ( | DomDocument | $dom, |
$apiKey = null |
|||
) |
Constructs a new object from DOM Element.
Parses given Key element from $dom and sets API key string.
DomElement | $dom | the ReST fragment for this object |
string | $apiKey | the API Key string |
getApiKey | ( | ) |
Returns API Key string.
getApiQueries | ( | ) |
Returns the number of queries sent today.
getMaxQueries | ( | ) |
Returns Key's daily query limit.
setApiKey | ( | $apiKey | ) |
Sets API Key string.
string | $apiKey | the API Key |
|
protected |
|
protected |
|
protected |