a-blog cms PHP API Reference

InstallerResult
in package

FinalYes

Installer 実行結果 (不変 DTO)

Table of Contents

Properties

$adminUserId  : int
$blogId  : int
$elapsedSec  : float
$seedResult  : SiteSeedResult

Methods

__construct()  : mixed
toArray()  : array<string, mixed>
JSON 出力用の連想配列に変換

Properties

Methods

__construct()

public __construct(int $blogId, int $adminUserId, SiteSeedResult $seedResult, float $elapsedSec) : mixed
Parameters
$blogId : int
$adminUserId : int
$seedResult : SiteSeedResult
$elapsedSec : float

toArray()

JSON 出力用の連想配列に変換

public toArray() : array<string, mixed>
Return values
array<string, mixed>

        
On this page

Search results