Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
5
use Framework\Responses\ResponseInterface;
6
7
interface 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