Set the fragment of the URI (i.e. after the #)
string $fragment The new value for the fragment component of the URI:
public function setFragment($fragment) { $this->fragment = $fragment; }