Legend of the Green Dragon

ListController extends AbstractController
in package

Table of Contents

ITEM_PER_PAGE  = 50
$dispatcher  : mixed
$navigation  : mixed
$repository  : UserRepository
$response  : mixed
__construct()  : mixed
index()  : Response
clan()  : Response
enter()  : Response
page()  : Response
getRepository()  : UserRepository
queryList()  : mixed
renderList()  : Response

Constants

Properties

Methods

__construct()

public __construct(EventDispatcherInterface $eventDispatcher, Navigation $navigation, Response $response) : mixed
Parameters
$eventDispatcher : EventDispatcherInterface
$navigation : Navigation
$response : Response
Return values
mixed

clan()

protected clan(array<string|int, mixed> $params, Request $request) : Response
Parameters
$params : array<string|int, mixed>
$request : Request
Return values
Response

enter()

protected enter(array<string|int, mixed> $params, Request $request) : Response
Parameters
$params : array<string|int, mixed>
$request : Request
Return values
Response

page()

protected page(array<string|int, mixed> $params, Request $request) : Response
Parameters
$params : array<string|int, mixed>
$request : Request
Return values
Response

queryList()

private queryList([string|null $search = null ]) : mixed
Parameters
$search : string|null = null
Return values
mixed

renderList()

private renderList(array<string|int, mixed> $params) : Response
Parameters
$params : array<string|int, mixed>
Return values
Response

Search results