public function EasyRdf_ParsedUri::getFragment

Returns the fragment part of the URI (i.e. after the #)

Return value

string

File

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

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

public function getFragment() {
  return $this->fragment;
}