1 | <?php |
||
15 | trait ResolvesCurrentUser |
||
16 | { |
||
17 | /** |
||
18 | * @return array |
||
19 | * @throws WrongEndPointException |
||
20 | */ |
||
21 | protected function getCurrentUserInfo() |
||
28 | |||
29 | /** |
||
30 | * @param string $key |
||
31 | * @return string |
||
32 | * @throws HeadHunterApiException |
||
33 | */ |
||
34 | protected function getCurrentUserDataId($key) |
||
44 | |||
45 | /** |
||
46 | * @return string |
||
47 | * @throws HeadHunterApiException |
||
48 | */ |
||
49 | protected function getCurrentEmployerId() |
||
53 | |||
54 | /** |
||
55 | * @return string |
||
56 | * @throws HeadHunterApiException |
||
57 | */ |
||
58 | protected function getCurrentManagerId() |
||
62 | } |
||
63 |