public function EasyRdf_ParsedUri::getAuthority

Returns the authority of the URI (e.g. www.example.com:8080)

Return value

string

File

drupal/core/vendor/easyrdf/easyrdf/lib/EasyRdf/ParsedUri.php, line 133

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

public function getAuthority() {
  return $this->authority;
}