MCPcopy Create free account
hub / github.com/denho/faved / ControllerInterface

Interface ControllerInterface

framework/ControllerInterface.php:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5use Framework\Responses\ResponseInterface;
6
7interface ControllerInterface
8{
9 public function __invoke(array $input) : ResponseInterface;
10}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected