Total Complexity | 2 |
Total Lines | 22 |
Duplicated Lines | 0 % |
Changes | 1 | ||
Bugs | 0 | Features | 0 |
1 | <?php |
||
9 | class Oauth2BearerTokenResponse extends BearerTokenResponse implements Oauth2BearerTokenResponseInterface |
||
10 | { |
||
11 | /** |
||
12 | * @var Oauth2Module |
||
13 | * @since 1.0.0 |
||
14 | */ |
||
15 | protected $_module; |
||
16 | |||
17 | /** |
||
18 | * @inheritDoc |
||
19 | */ |
||
20 | public function __construct(Oauth2Module $module) |
||
23 | } |
||
24 | |||
25 | /** |
||
26 | * @inheritDoc |
||
27 | */ |
||
28 | public function getModule() |
||
33 |