| 1 | <?php |
||
| 20 | class GetListsResponse extends Response |
||
| 21 | { |
||
| 22 | /** |
||
| 23 | * @var int |
||
| 24 | */ |
||
| 25 | protected $GetListsResult; |
||
| 26 | |||
| 27 | /** |
||
| 28 | * @var ArrayOfListInfo |
||
| 29 | */ |
||
| 30 | protected $lists; |
||
| 31 | |||
| 32 | /** |
||
| 33 | * |
||
| 34 | */ |
||
| 35 | 1 | public function __construct() |
|
| 40 | |||
| 41 | /** |
||
| 42 | * @return int Result of the function |
||
| 43 | */ |
||
| 44 | 1 | public function getCode() |
|
| 48 | |||
| 49 | /** |
||
| 50 | * @return ArrayOfListInfo List of found lists |
||
| 51 | */ |
||
| 52 | 1 | public function getLists() |
|
| 56 | } |
||
| 57 |