abstract class AbstractIndexController (View source)

Methods

__construct(ResponseRenderer $response, StructureController $structureController, Indexes $indexes)

No description

void
handleIndexCreation(ServerRequest $request, string $indexType)

No description

Details

__construct(ResponseRenderer $response, StructureController $structureController, Indexes $indexes)

No description

Parameters

ResponseRenderer $response
StructureController $structureController
Indexes $indexes

void handleIndexCreation(ServerRequest $request, string $indexType)

No description

Parameters

ServerRequest $request
string $indexType

Return Value

void