| 1 | <?php |
||
| 19 | class DictionaryGateway extends AbstractGateway |
||
| 20 | { |
||
| 21 | /** |
||
| 22 | * @author EA |
||
| 23 | * @param $token |
||
| 24 | * @return array |
||
| 25 | */ |
||
| 26 | public function getEmploymentStatuses($token) |
||
| 34 | |||
| 35 | /** |
||
| 36 | * @author EA |
||
| 37 | * @param $token |
||
| 38 | * @return array |
||
| 39 | */ |
||
| 40 | public function getMaritalStatuses($token) |
||
| 48 | |||
| 49 | /** |
||
| 50 | * @author EA |
||
| 51 | * @param $token |
||
| 52 | * @return array |
||
| 53 | */ |
||
| 54 | public function getResidentialStatuses($token) |
||
| 62 | } |
||
| 63 | |||
| 64 |