Sets the authority of the URI (e.g. www.example.com:8080)
string $authority The new value for the authority component of the URI:
public function setAuthority($authority) { $this->authority = $authority; }