1 | <?php |
||
14 | class Hybridauth |
||
15 | { |
||
16 | use SingletonTrait; |
||
17 | |||
18 | protected $hybridauth = null; |
||
19 | |||
20 | /** |
||
21 | * @param $provider |
||
22 | * @return Exception |
||
23 | */ |
||
24 | public function authenticate($provider) |
||
35 | |||
36 | /** |
||
37 | * @return null|Hybrid_Auth |
||
38 | */ |
||
39 | public function getAuth() |
||
47 | |||
48 | protected function initAuth() |
||
54 | } |
||
55 |