final class WrapperController implements InvocableController (View source)

Wrapper script for rendering transformations

Methods

__construct(ResponseRenderer $response, Transformations $transformations, Relation $relation, DatabaseInterface $dbi, DbTableExists $dbTableExists)

No description

Response|null
__invoke(ServerRequest $request)

No description

Details

__construct(ResponseRenderer $response, Transformations $transformations, Relation $relation, DatabaseInterface $dbi, DbTableExists $dbTableExists)

No description

Parameters

ResponseRenderer $response
Transformations $transformations
Relation $relation
DatabaseInterface $dbi
DbTableExists $dbTableExists

Response|null __invoke(ServerRequest $request)

No description

Parameters

ServerRequest $request

Return Value

Response|null