'', 'title' => '', 'status' => '', 'content' => '' ]; public function __construct(array|null $data = null) { parent::__construct($data); } final public function getUserUid(): int|null { return $this->user_uid ?? null; } final public function getWorkerUid(): int|null { return $this->worker_uid ?? null; } final public function getCaregory(): string { return $this->category ?? ""; } }