| Total Complexity | 3 |
| Total Lines | 32 |
| Duplicated Lines | 0 % |
| Coverage | 66.67% |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 7 | trait Oauth2UserIdentifierTrait |
||
| 8 | { |
||
| 9 | //////////////////////// |
||
| 10 | /// Static Functions /// |
||
| 11 | //////////////////////// |
||
| 12 | |||
| 13 | /** |
||
| 14 | * @inheritDoc |
||
| 15 | */ |
||
| 16 | public static function findAllByUserId($userId) |
||
| 19 | } |
||
| 20 | |||
| 21 | ///////////////////////// |
||
| 22 | /// Getters & Setters /// |
||
| 23 | ///////////////////////// |
||
| 24 | |||
| 25 | /** |
||
| 26 | * @inheritDoc |
||
| 27 | */ |
||
| 28 | 3 | public function getUserIdentifier() |
|
| 31 | } |
||
| 32 | |||
| 33 | /** |
||
| 34 | * @inheritDoc |
||
| 35 | */ |
||
| 36 | 3 | public function setUserIdentifier($identifier) |
|
| 41 |