url = $url; } /** * Get url of this dashlet item * * @return Url|string */ public function getUrl() { return $this->url; } /** * Set url of this dashlet item * * @param Url|string $url * * @return $this */ public function setUrl($url) { $this->url = $url; return $this; } }