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