ChannelsResponse extends PaginatedResponse
Table of Contents
- __construct() : mixed
- getChannels() : array<string|int, Channel>
- getPagination() : Pagination
Methods
__construct()
public
__construct(ResponseInterface $response) : mixed
Parameters
- $response : ResponseInterface
Return values
mixed —getChannels()
public
getChannels() : array<string|int, Channel>
Return values
array<string|int, Channel> —getPagination()
public
getPagination() : Pagination