Zend Framework
1.12
|
Static Public Member Functions | |
static | detectHubs ($source) |
Simple utility function which imports any feed URL and determines the existence of Hub Server endpoints. | |
static | setHttpClient (Zend_Http_Client $httpClient) |
Allows the external environment to make Zend_Oauth use a specific Client instance. | |
static | getHttpClient () |
Return the singleton instance of the HTTP Client. | |
static | clearHttpClient () |
Simple mechanism to delete the entire singleton HTTP Client instance which forces an new instantiation for subsequent requests. | |
static | urlencode ($string) |
RFC 3986 safe url encoding method. | |
Public Attributes | |
const | VERIFICATION_MODE_SYNC = 'sync' |
Verification Modes. | |
const | VERIFICATION_MODE_ASYNC = 'async' |
const | SUBSCRIPTION_VERIFIED = 'verified' |
Subscription States. | |
const | SUBSCRIPTION_NOTVERIFIED = 'not_verified' |
const | SUBSCRIPTION_TODELETE = 'to_delete' |
Static Protected Attributes | |
static | $httpClient = null |
|
static |
Simple mechanism to delete the entire singleton HTTP Client instance which forces an new instantiation for subsequent requests.
|
static |
Simple utility function which imports any feed URL and determines the existence of Hub Server endpoints.
This works best if directly given an instance of Zend_Feed_Reader_Atom|Rss to leverage off.
Zend_Feed_Reader_FeedAbstract | Zend_Feed_Abstract | string | $source |
|
static |
Return the singleton instance of the HTTP Client.
Note that the instance is reset and cleared of previous parameters GET/POST. Headers are NOT reset but handled by this component if applicable.
|
static |
Allows the external environment to make Zend_Oauth use a specific Client instance.
Zend_Http_Client | $httpClient |
|
static |
RFC 3986 safe url encoding method.
string | $string |
|
staticprotected |
const SUBSCRIPTION_NOTVERIFIED = 'not_verified' |
const SUBSCRIPTION_TODELETE = 'to_delete' |
const SUBSCRIPTION_VERIFIED = 'verified' |
Subscription States.
const VERIFICATION_MODE_ASYNC = 'async' |
const VERIFICATION_MODE_SYNC = 'sync' |
Verification Modes.