[ Index ] |
PHP Cross Reference of vtigercrm-6.1.0 |
[Source view] [Print] [Project Stats]
Zend Framework LICENSE
Copyright: | Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
License: | http://framework.zend.com/license/new-bsd New BSD License |
Version: | $Id: Access.php 24593 2012-01-05 20:35:02Z matthew $ |
File Size: | 99 lines (3 kb) |
Included or required: | 1 time |
Referenced: | 0 times |
Includes or requires: | 5 files include/Zend/Oauth/Exception.php include/Zend/Oauth/Client.php include/Zend/Oauth/Http.php include/Zend/Oauth/Token.php include/Zend/Uri/Http.php |
Zend_Oauth_Token_Access:: (3 methods):
toHeader()
toQueryString()
getHttpClient()
Class: Zend_Oauth_Token_Access - X-Ref
toHeader($url, Zend_Oauth_Config_ConfigInterface $config, array $customParams = null, $realm = null) X-Ref |
Cast to HTTP header param: string $url param: Zend_Oauth_Config_ConfigInterface $config param: null|array $customParams param: null|string $realm return: string |
toQueryString($url, Zend_Oauth_Config_ConfigInterface $config, array $params = null) X-Ref |
Cast to HTTP query string param: mixed $url param: Zend_Oauth_Config_ConfigInterface $config param: null|array $params return: string |
getHttpClient(array $oauthOptions, $uri = null, $config = null, $excludeCustomParamsFromHeader = true) X-Ref |
Get OAuth client param: array $oauthOptions param: null|string $uri param: null|array|Zend_Config $config param: bool $excludeCustomParamsFromHeader return: Zend_Oauth_Client |
Generated: Fri Nov 28 20:08:37 2014 | Cross-referenced by PHPXref 0.7.1 |