PeServer

MiddlewareResult
in package

AbstractYes

ミドルウェア結果。

Table of Contents

Constants

RESULT_KIND_NONE  = 0
RESULT_KIND_STATUS  = 1

Properties

$kind  : int
$none  : MiddlewareResult|null
結果なしキャッシュ。

Methods

apply()  : void
ミドルウェア結果適用。
canNext()  : bool
次のミドルウェア処理へ移れるか。
error()  : MiddlewareResult
エラー処理生成。
none()  : MiddlewareResult
結果なし。
redirect()  : MiddlewareResult
リダイレクト処理生成。
__construct()  : mixed
生成。

Constants

Properties

Methods

apply()

ミドルウェア結果適用。

public abstract apply() : void

canNext()

次のミドルウェア処理へ移れるか。

public final canNext() : bool
Return values
bool

真: 処理可能。

__construct()

生成。

protected __construct(int $kind) : mixed
Parameters
$kind : int
Tags
phpstan-param

self::RESULT_KIND_* $kind


        
On this page

Search results