Sets the value of the absolute option for this Url.
bool $absolute: (optional) Whether to make this URL absolute or not. Defaults to TRUE.
$this
public function setAbsolute($absolute = TRUE) { $this->options['absolute'] = $absolute; return $this; }