ListResourcesHandler implements RequestHandlerInterface
FinalYes
Tags
Table of Contents
Interfaces
Properties
- $pageSize : int
- $registry : RegistryInterface
Methods
- __construct() : mixed
- handle() : Response<string|int, ListResourcesResult>
- supports() : bool
Properties
$pageSize read-only
private
int
$pageSize
= 20
$registry read-only
private
RegistryInterface
$registry
Methods
__construct()
public
__construct(RegistryInterface $registry[, int $pageSize = 20 ]) : mixed
Parameters
- $registry : RegistryInterface
- $pageSize : int = 20
handle()
public
handle(Request $request, SessionInterface $session) : Response<string|int, ListResourcesResult>
Parameters
- $request : Request
- $session : SessionInterface
Tags
Return values
Response<string|int, ListResourcesResult>supports()
public
supports(Request $request) : bool
Parameters
- $request : Request