PeServer

ResponseJson
in package

API/AJAX の共通応答データ。

Table of Contents

Properties

$data  : mixed
正常系データ。
$error  : array{message: string, code: string, info: mixed}|null
異常系データ。

Methods

error()  : ResponseJson
異常データ生成。
success()  : ResponseJson
正常データ生成。

Properties

$error

異常系データ。

public array{message: string, code: string, info: mixed}|null $error = null

Methods

error()

異常データ生成。

public static error(string $message, string $code, mixed $info) : ResponseJson
Parameters
$message : string
$code : string
$info : mixed
Return values
ResponseJson

        
On this page

Search results