1 | <?php |
||
19 | class CountUsersByFilterResponse extends Response |
||
20 | { |
||
21 | /** |
||
22 | * @var int |
||
23 | */ |
||
24 | protected $CountUsersByFilterResult; |
||
25 | |||
26 | /** |
||
27 | * @var int |
||
28 | */ |
||
29 | protected $userCount; |
||
30 | |||
31 | /** |
||
32 | * |
||
33 | */ |
||
34 | 1 | public function __construct() |
|
39 | |||
40 | /** |
||
41 | * {@inheritdoc} |
||
42 | */ |
||
43 | 1 | public function getCode() |
|
47 | |||
48 | /** |
||
49 | * @return int |
||
50 | */ |
||
51 | 1 | public function getUserCount() |
|
55 | } |
||
56 |