a-blog cms PHP API Reference

PageGenerationResponseHandler extends PageGenerationHandlerBase
in package
implements ResponseHandlerInterface

Table of Contents

Interfaces

ResponseHandlerInterface
成功時の結果処理を定義するインターフェース。

Properties

$listener  : PageGenerationListenerInterface
$withData  : bool

Methods

__construct()  : mixed
extractStatusCodeFromStderr()  : int
stderr 文字列からHTTPステータスコードを抽出する - 末尾にある「数字だけの行」を優先 - 見つからなければ 200 を返す
handle()  : mixed

Properties

Methods

extractStatusCodeFromStderr()

stderr 文字列からHTTPステータスコードを抽出する - 末尾にある「数字だけの行」を優先 - 見つからなければ 200 を返す

public extractStatusCodeFromStderr(string $stderr) : int
Parameters
$stderr : string
Return values
int

        
On this page

Search results