data = $data; } public function getData() { if ($this->data === null) return []; return [ 'data' => $this->data, ]; } }