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