a-blog cms PHP API Reference

Pipeline
in package

FinalYes

ミドルウェア列 → Action を onion 状に合成して実行するパイプライン。

エントリ(setup/*.php)は「どの middleware を、どの Action の前に通すか」を宣言的に組み立て、 handle() で Request を流して Response を得るだけになる。

Table of Contents

Properties

$action  : mixed
$middlewares  : array<string|int, mixed>

Methods

__construct()  : mixed
handle()  : Response

Properties

$middlewares read-only

private array<string|int, mixed> $middlewares

Methods


        
On this page

Search results