Plugin

Ability to influence front controller.

interface Plugin
Copyright
2015-2016 Appertly
License
Apache-2.0

Instance Methods

Public
ReturnsSignature and Description
ResponseInterface
__invoke(ServerRequestInterface $request, ResponseInterface $response, (function(Request,Response):Response) $next)

Middleware request–response handling.

int

Gets the plugin priority; larger means first.

Method Details

__invoke

abstract public function __invoke(ServerRequestInterface $request, ResponseInterface $response, (function(Request,Response):Response) $next)

Middleware request–response handling.

Parameters
NameTypeDescription
$requestServerRequestInterface

The server request

$responseResponseInterface

The response

$next(function(Request,Response):Response)
Returns
TypeDescription
ResponseInterface

The response

getPriority

abstract public function getPriority()

Gets the plugin priority; larger means first.

Returns
TypeDescription
int

The plugin priority