equal
deleted
inserted
replaced
12 * obtain it through the world-wide-web, please send an email |
12 * obtain it through the world-wide-web, please send an email |
13 * to license@zend.com so we can send you a copy immediately. |
13 * to license@zend.com so we can send you a copy immediately. |
14 * |
14 * |
15 * @category Zend |
15 * @category Zend |
16 * @package Zend_Oauth |
16 * @package Zend_Oauth |
17 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
17 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
18 * @license http://framework.zend.com/license/new-bsd New BSD License |
19 * @version $Id: Consumer.php 24593 2012-01-05 20:35:02Z matthew $ |
19 * @version $Id$ |
20 */ |
20 */ |
21 |
21 |
22 /** Zend_Oauth */ |
22 /** Zend_Oauth */ |
23 require_once 'Zend/Oauth.php'; |
23 require_once 'Zend/Oauth.php'; |
24 |
24 |
41 require_once 'Zend/Oauth/Config.php'; |
41 require_once 'Zend/Oauth/Config.php'; |
42 |
42 |
43 /** |
43 /** |
44 * @category Zend |
44 * @category Zend |
45 * @package Zend_Oauth |
45 * @package Zend_Oauth |
46 * @copyright Copyright (c) 2005-2012 Zend Technologies USA Inc. (http://www.zend.com) |
46 * @copyright Copyright (c) 2005-2015 Zend Technologies USA Inc. (http://www.zend.com) |
47 * @license http://framework.zend.com/license/new-bsd New BSD License |
47 * @license http://framework.zend.com/license/new-bsd New BSD License |
48 */ |
48 */ |
49 class Zend_Oauth_Consumer extends Zend_Oauth |
49 class Zend_Oauth_Consumer extends Zend_Oauth |
50 { |
50 { |
51 public $switcheroo = false; // replace later when this works |
51 public $switcheroo = false; // replace later when this works |