このリポジトリは2026-03-14にアーカイブされてゐます. ファイルの閲覧とクローンは可能ですが,課題の作成,Pull リクエスト,プッシュはできません.
ファイル
kekec_bbs/dtos/thread.php
T
2024-02-07 03:42:00 +09:00

15 行
147 B
PHP

<?php
namespace Dto;
class
Thread
{
public int $id;
public string $title;
public ?string $explain;
public bool $deleted;
}