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