public function EasyRdf_ParsedUri::getScheme

Returns the scheme of the URI (e.g. http)

Return value

string

File

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

Class

EasyRdf_ParsedUri
A RFC3986 compliant URI parser

Code

public function getScheme() {
  return $this->scheme;
}