url; } /** * Sets the value of url. * @param mixed $url the url * @return void */ public function setUrl($url) { $this->url = $url; } /** * Gets the value of data. * @return mixed */ public function getData() { return $this->data; } /** * Sets the value of data. * @param mixed $data the data * @return void */ public function setData($data) { $this->data = $data; } }