| 1 | <?php |
||
| 13 | class MostActiveWatchersResponse extends StatisticsResponse |
||
| 14 | { |
||
| 15 | |||
| 16 | /** |
||
| 17 | * MostActiveWatchersResponse constructor. |
||
| 18 | * |
||
| 19 | * @param MostActiveWatchersRequest $request |
||
| 20 | * @param array $mostActiveWatchers |
||
| 21 | */ |
||
| 22 | public function __construct(MostActiveWatchersRequest $request, array $mostActiveWatchers) |
||
| 26 | |||
| 27 | } |
||
| 28 |