| 1 | <?php | ||
| 14 | trait ResolvesCurrentUser | ||
| 15 | { | ||
| 16 | /** | ||
| 17 | * @return array | ||
| 18 | */ | ||
| 19 | protected function getCurrentUserInfo() | ||
| 26 | |||
| 27 | /** | ||
| 28 | * @param $key | ||
| 29 | * @return string | ||
| 30 | * @throws HeadHunterApiException | ||
| 31 | */ | ||
| 32 | protected function getCurrentUserDataId($key) | ||
| 42 | |||
| 43 | /** | ||
| 44 | * @return string | ||
| 45 | */ | ||
| 46 | protected function getCurrentEmployerId() | ||
| 50 | |||
| 51 | /** | ||
| 52 | * @return string | ||
| 53 | */ | ||
| 54 | protected function getCurrentManagerId() | ||
| 58 | } |