| Total Complexity | 4 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Coverage | 0% |
| Changes | 0 | ||
| 1 | <?php |
||
| 7 | class GetContacts extends RequestMethods |
||
| 8 | { |
||
| 9 | const STATUS_UNAUTHORIZED = 0; |
||
| 10 | const STATUS_AUTHORIZATION_REQUEST = 1; |
||
| 11 | const STATUS_WAITING_FOR_AUTHORIZATION = 2; |
||
| 12 | const STATUS_BLOCKED = 3; |
||
| 13 | const STATUS_VALID = 4; |
||
| 14 | const STATUS_VALID_ON_THE_WHITE_LIST = 5; |
||
| 15 | const STATUS_IN_FAVOURITES = 6; |
||
| 16 | |||
| 17 | public function getMandatoryFields(): array |
||
| 20 | } |
||
| 21 | |||
| 22 | public function getStatusOfUsers() |
||
| 35 |