url = Director::absoluteURL($url); return $this; } /** * Getter for URL * * @return string */ public function getURL() { return $this->url; } }