| 1 | <?php |
||
| 20 | class GetUserByIDResponse extends Response |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * |
||
| 24 | */ |
||
| 25 | protected $GetUserByIDResult; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * |
||
| 29 | */ |
||
| 30 | protected $ResultSet; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * |
||
| 34 | */ |
||
| 35 | 1 | public function __construct() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * {@inheritDoc} |
||
| 43 | */ |
||
| 44 | 1 | public function getCode() |
|
| 48 | |||
| 49 | /** |
||
| 50 | * @return Properties |
||
| 51 | */ |
||
| 52 | 1 | public function getProperties() |
|
| 56 | } |
||
| 57 |